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

Function countScatterGeoTextNodes

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

Source from the content-addressed store, hash-verified

1242 }
1243
1244 function countScatterGeoTextNodes() {
1245 return d3SelectAll('g.trace.scattergeo')
1246 .selectAll('g')
1247 .select('text')
1248 .size();
1249 }
1250
1251 function checkScatterGeoOrder() {
1252 var order = ['js-path', 'point', null];

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…