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

Function assertSelectionCleared

test/jasmine/tests/select_test.js:274–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 }
273
274 function assertSelectionCleared() {
275 gd._fullData.forEach(function(fullDataItem) {
276 expect(fullDataItem.selectedpoints).toBeUndefined();
277 });
278 }
279
280 it('selects a single data point when being clicked', function(done) {
281 plotMock14()

Callers 2

select_test.jsFile · 0.85
_runFunction · 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…