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

Function countCarpets

test/jasmine/tests/carpet_test.js:503–505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501 afterEach(destroyGraphDiv);
502
503 function countCarpets() {
504 return d3Select(gd).selectAll('.carpetlayer').selectAll('.trace').size();
505 }
506
507 function countContourTraces() {
508 return d3Select(gd).selectAll('.contour').size();

Callers 1

carpet_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…