Skip to content

Commit

Permalink
Type compatibility with Chart.js v3.5.0 (#47)
Browse files Browse the repository at this point in the history
chartjs/Chart.js#9432 that pull request broke build with ts
  • Loading branch information
mo-ba committed Sep 1, 2021
1 parent f3b1dd3 commit 088219c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.esm.d.ts
Expand Up @@ -70,6 +70,7 @@ declare module 'chart.js' {
datasetOptions: SankeyControllerDatasetOptions;
defaultDataPoint: SankeyDataPoint;
parsedDataType: SankeyParsedData;
metaExtensions:{}
/* TODO: define sankey chart options */
chartOptions: any;
scales: keyof CartesianScaleTypeRegistry;
Expand Down

0 comments on commit 088219c

Please sign in to comment.