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