(d)
| 363 | var basePaths = _this.basePaths; |
| 364 | |
| 365 | function isAxisLayer(d) { |
| 366 | return (d === 'lonaxis' || d === 'lataxis'); |
| 367 | } |
| 368 | |
| 369 | function isLineLayer(d) { |
| 370 | return Boolean(constants.lineLayers[d]); |
no outgoing calls
no test coverage detected
searching dependent graphs…