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

Function expectReplot

test/jasmine/tests/plot_api_test.js:593–597  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

591 }
592
593 function expectReplot(msg) {
594 expect(gd.calcdata).toBeDefined(msg);
595 expect(subroutines.doModeBar.calls.count()).toBe(0, msg);
596 expect(subroutines.layoutReplot.calls.count()).toBeGreaterThan(0, msg);
597 }
598
599 it('should trigger replot (but not recalc) when switching into select or lasso dragmode for scattergl traces', function (done) {
600 gd = mock({

Callers 1

plot_api_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…