Skip to content

Commit

Permalink
[types] parsing is not part of IChartData (#7778)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored Sep 10, 2020
1 parent 1ec6f1d commit 98ab3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type IPolarAreaControllerDataset<T = number> = IChartDataset<T, IPolarAre
export type IRadarControllerDataset<T = number> = IChartDataset<T, IRadarControllerDatasetOptions>;

export interface IChartData<T = unknown, L = string, DS extends IChartDataset<T> = IChartDataset<T>>
extends DeepPartial<IParsingOptions> {
{
labels: L[];
datasets: DS[];
}
Expand Down

0 comments on commit 98ab3d0

Please sign in to comment.