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

Function countTraces

test/jasmine/tests/ternary_test.js:534–536  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

532 }
533
534 function countTraces(type) {
535 return d3SelectAll('.ternary').selectAll('g.trace.' + type).size();
536 }
537
538 function assertRange(gd, expected) {
539 var ternary = gd._fullLayout.ternary;

Callers 1

ternary_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…