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