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

Function countTernarySubplot

test/jasmine/tests/ternary_test.js:530–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

528 });
529
530 function countTernarySubplot() {
531 return d3SelectAll('.ternary').size();
532 }
533
534 function countTraces(type) {
535 return d3SelectAll('.ternary').selectAll('g.trace.' + type).size();

Callers 1

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