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

Function countScatterGeoMarkers

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

Source from the content-addressed store, hash-verified

1230 }
1231
1232 function countScatterGeoMarkers() {
1233 return d3SelectAll('g.trace.scattergeo')
1234 .selectAll('path.point')
1235 .size();
1236 }
1237
1238 function countScatterGeoTextGroups() {
1239 return d3SelectAll('g.trace.scattergeo')

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…