MCPcopy Index your code
hub / github.com/plotly/plotly.js / _run

Function _run

test/jasmine/tests/sunburst_test.js:1230–1236  ·  view source on GitHub ↗
(gd, v)

Source from the content-addressed store, hash-verified

1228 }
1229
1230 function _run(gd, v) {
1231 _reset();
1232 click(gd, v)();
1233
1234 // 1 second more than the click transition duration
1235 return delay(constants.CLICK_TRANSITION_TIME + 1);
1236 }
1237
1238 function trim(s) {
1239 return s.replace(/\s/g, '');

Callers 1

sunburst_test.jsFile · 0.70

Calls 2

_resetFunction · 0.70
clickFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…