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

Function expectModeBarOnly

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

Source from the content-addressed store, hash-verified

585 }
586
587 function expectModeBarOnly(msg) {
588 expect(gd.calcdata).toBeDefined(msg);
589 expect(subroutines.doModeBar.calls.count()).toBeGreaterThan(0, msg);
590 expect(subroutines.layoutReplot.calls.count()).toBe(0, msg);
591 }
592
593 function expectReplot(msg) {
594 expect(gd.calcdata).toBeDefined(msg);

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…