MCPcopy Create free account
hub / github.com/plotly/plotly.js / countCanvases

Function countCanvases

test/jasmine/tests/scatterpolargl_test.js:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 });
152
153 function countCanvases() {
154 return d3SelectAll('canvas').size();
155 }
156
157 function totalPixels() {
158 return readPixel(gd.querySelector('.gl-canvas-context'), 0, 0, 400, 400)

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…