Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ initial_click
Method
initial_click
js/src/IndexSelector.ts:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
initial_click() {
74
this.line.attr(
'visibility'
,
'visible'
);
75
this.click();
76
this.background.on(
'click'
, _.bind(this.click, this));
77
}
78
79
click() {
80
this.active = !this.active;
Callers
nothing calls this directly
Calls
1
click
Method · 0.95
Tested by
no test coverage detected