Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Feb 26, 2021
1 parent d4841c2 commit 1c00911
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions types/index.esm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,6 @@ export interface DatasetControllerChartComponent extends ChartComponent {
};
}

// TParsedData defaults to unknown because global defaults are for any chart
// type, thus the data type can be many different possible values.
export interface Defaults extends CoreChartOptions<ChartType>, ElementChartOptions, PluginChartOptions<ChartType> {
controllers: {
[key in ChartType]: DeepPartial<
Expand Down Expand Up @@ -742,7 +740,6 @@ export const layouts: {
update(chart: Chart, width: number, height: number): void;
};

// TParsedData defaults to unknown here since plugins can work for any chart type
export interface Plugin<TType extends ChartType = ChartType, O = AnyObject> extends ExtendedPlugin<TType> {
id: string;

Expand Down

0 comments on commit 1c00911

Please sign in to comment.