Skip to content

Commit

Permalink
Type compatibility with Chart.js v3.5.0 (#50)
Browse files Browse the repository at this point in the history
Fixes: #49

Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Oct 28, 2021
1 parent f718f0a commit 6010c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.esm.d.ts
Expand Up @@ -76,6 +76,7 @@ declare module 'chart.js' {
chartOptions: CoreChartOptions<'treemap'>;
datasetOptions: TreemapControllerDatasetOptions<Record<string, unknown>>;
defaultDataPoint: TreemapDataPoint;
metaExtensions: {};
parsedDataType: unknown,
scales: never;
}
Expand Down

0 comments on commit 6010c35

Please sign in to comment.