Skip to content

Commit 6722512

Browse files
authored
fix: Property platform missing from chart configuration typings (#11572)
1 parent b22e46c commit 6722512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3817,6 +3817,7 @@ export interface ChartConfiguration<
38173817
data: ChartData<TType, TData, TLabel>;
38183818
options?: ChartOptions<TType>;
38193819
plugins?: Plugin<TType>[];
3820+
platform?: typeof BasePlatform;
38203821
}
38213822

38223823
export interface ChartConfigurationCustomTypesPerDataset<

0 commit comments

Comments
 (0)