Skip to content

Commit

Permalink
fix: Property platform missing from chart configuration typings (#11572)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchABus committed Nov 9, 2023
1 parent b22e46c commit 6722512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3817,6 +3817,7 @@ export interface ChartConfiguration<
data: ChartData<TType, TData, TLabel>;
options?: ChartOptions<TType>;
plugins?: Plugin<TType>[];
platform?: typeof BasePlatform;
}

export interface ChartConfigurationCustomTypesPerDataset<
Expand Down

0 comments on commit 6722512

Please sign in to comment.