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

Function countGeos

test/jasmine/tests/geo_test.js:904–906  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

902 }
903
904 function countGeos() {
905 return d3Select('g.geolayer').selectAll('.geo').size();
906 }
907
908 function countColorBars() {
909 return d3Select('g.infolayer').selectAll('.cbbg').size();

Callers 1

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