Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
draw
Method · 0.95
mouseover_handler
Method · 0.95
click_handler
Method · 0.95
change_selected_fill
Method · 0.95
change_selected_stroke
Method · 0.95
change_selected
Method · 0.95
hoverfill
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected