MCPcopy
hub / github.com/plotly/plotly.js / deselect1stBar2ndTrace

Function deselect1stBar2ndTrace

test/jasmine/tests/bar_test.js:1675–1683  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1673 }
1674
1675 function deselect1stBar2ndTrace() {
1676 return new Promise(function(resolve) {
1677 var delayAvoidingDblClick = DBLCLICKDELAY * 1.01;
1678 setTimeout(function() {
1679 click(176, 354);
1680 resolve();
1681 }, delayAvoidingDblClick);
1682 });
1683 }
1684 });
1685
1686 it('@noCI should be able to restyle', function(done) {

Callers 1

bar_test.jsFile · 0.85

Calls 1

clickFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…