()
| 1357 | getMinMax(canStack: boolean): { min: number; max: number }; |
| 1358 | getTicks(): Tick[]; |
| 1359 | getLabels(): string[]; |
| 1360 | getLabelItems(chartArea?: ChartArea): LabelItem[]; |
| 1361 | beforeUpdate(): void; |
| 1362 | configure(): void; |
no outgoing calls
no test coverage detected