(ax, d)
| 1461 | } |
| 1462 | |
| 1463 | function convert(ax, d) { |
| 1464 | if(ax.type === 'date') d = d.replace('_', ' '); |
| 1465 | return ax.type === 'log' ? ax.c2p(d) : ax.r2p(d, null, ax.calendar); |
| 1466 | } |
| 1467 | |
| 1468 | function castMultiPolygon(allPolygons) { |
| 1469 | var len = allPolygons.length; |
no outgoing calls
no test coverage detected
searching dependent graphs…