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

Function countCanvases

test/jasmine/tests/gl2d_plot_interact_test.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15var delay = require('../assets/delay');
16
17function countCanvases() {
18 return d3SelectAll('canvas').size();
19}
20
21describe('Test removal of gl contexts', function() {
22 var gd;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…