()
| 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') |
no outgoing calls
no test coverage detected
searching dependent graphs…