MCPcopy Index your code
hub / github.com/bqplot/bqplot / validate_color

Method validate_color

js/src/Map.ts:123–125  ·  view source on GitHub ↗
(color)

Source from the content-addressed store, hash-verified

121 }
122
123 validate_color(color) {
124 return color !== '';
125 }
126
127 mouseover_handler() {
128 if (!this.model.get('hover_highlight')) {

Callers 7

drawMethod · 0.95
mouseover_handlerMethod · 0.95
click_handlerMethod · 0.95
change_selected_fillMethod · 0.95
change_selectedMethod · 0.95
hoverfillMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected