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

Function _reset

test/jasmine/tests/polar_test.js:898–905  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

896 }
897
898 function _reset() {
899 relayoutNumber++;
900 resetNumber++;
901
902 var extra = '(reset ' + resetNumber + ')';
903 _assertBase(extra);
904 expect(eventCnts.plotly_doubleclick).toBe(resetNumber, 'doubleclick event #' + extra);
905 }
906
907 _plot(fig)
908 .then(_assertBase)

Callers

nothing calls this directly

Calls 2

_assertBaseFunction · 0.85
_doubleClickFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…