()
| 3468 | export interface TimeScale<O extends TimeScaleOptions = TimeScaleOptions> extends Scale<O> { |
| 3469 | format(value: number, format?: string): string; |
| 3470 | getDataTimestamps(): number[]; |
| 3471 | getLabelTimestamps(): string[]; |
| 3472 | normalize(values: number[]): number[]; |
| 3473 | } |
no outgoing calls
no test coverage detected