Skip to content

Commit 088219c

Browse files
authored
Type compatibility with Chart.js v3.5.0 (#47)
chartjs/Chart.js#9432 that pull request broke build with ts
1 parent f3b1dd3 commit 088219c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.esm.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ declare module 'chart.js' {
7070
datasetOptions: SankeyControllerDatasetOptions;
7171
defaultDataPoint: SankeyDataPoint;
7272
parsedDataType: SankeyParsedData;
73+
metaExtensions:{}
7374
/* TODO: define sankey chart options */
7475
chartOptions: any;
7576
scales: keyof CartesianScaleTypeRegistry;

0 commit comments

Comments
 (0)