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

Function countScatterGeoLines

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

Source from the content-addressed store, hash-verified

1224 });
1225
1226 function countScatterGeoLines() {
1227 return d3SelectAll('g.trace.scattergeo')
1228 .selectAll('path.js-line')
1229 .size();
1230 }
1231
1232 function countScatterGeoMarkers() {
1233 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…