(d)
| 327 | } |
| 328 | |
| 329 | function styleFunnels(d) { |
| 330 | styleBarLike(d, this, 'funnel'); |
| 331 | } |
| 332 | |
| 333 | function styleBarLike(d, lThis, desiredType) { |
| 334 | var trace = d[0].trace; |
nothing calls this directly
no test coverage detected
searching dependent graphs…