SYNC: timeline chart type

This commit is contained in:
Jan Prochazka
2025-07-02 08:19:21 +02:00
committed by Diflow
parent f14e4fe197
commit c10a84fc79
2 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
export type ChartTypeEnum = 'bar' | 'line' | 'pie' | 'polarArea';
export type ChartTypeEnum = 'bar' | 'line' | 'timeline' | 'pie' | 'polarArea';
export type ChartXTransformFunction =
| 'identity'
| 'date:minute'