diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 9c5a0934399..12a6ed6c1fa 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -3817,6 +3817,7 @@ export interface ChartConfiguration< data: ChartData; options?: ChartOptions; plugins?: Plugin[]; + platform?: typeof BasePlatform; } export interface ChartConfigurationCustomTypesPerDataset<