* Returns the pixel for the minimum chart value * The coordinate (0, 0) is at the upper-left corner of the canvas * @return {number}
()
| 1350 | * @return {number} |
| 1351 | */ |
| 1352 | getBasePixel(): number; |
| 1353 | |
| 1354 | init(options: O): void; |
| 1355 | parse(raw: unknown, index?: number): unknown; |
no outgoing calls
no test coverage detected