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

Function countChoroplethPaths

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

Source from the content-addressed store, hash-verified

1269 }
1270
1271 function countChoroplethPaths() {
1272 return d3SelectAll('g.trace.choropleth')
1273 .selectAll('path.choroplethlocation')
1274 .size();
1275 }
1276
1277 it('should be able to add line/marker/text nodes', function(done) {
1278 var i = 0;

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…