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

Function _run

test/jasmine/tests/treemap_test.js:1516–1522  ·  view source on GitHub ↗
(gd, v)

Source from the content-addressed store, hash-verified

1514 }
1515
1516 function _run(gd, v) {
1517 _reset();
1518 click(gd, v)();
1519
1520 // 1 second more than the click transition duration
1521 return delay(constants.CLICK_TRANSITION_TIME + 1);
1522 }
1523
1524 function trim(s) {
1525 return s.replace(/\s/g, '');

Callers 1

treemap_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…