From d8ea11a269d0ecda4eda783f4cf284e0476373fb Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 27 Oct 2021 20:59:46 +0200 Subject: [PATCH] Type compatibility with Chart.js v3.5.0 Fixes: https://github.com/kurkle/chartjs-chart-treemap/issues/49 --- types/index.esm.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index a0cff11..e12a295 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -76,6 +76,7 @@ declare module 'chart.js' { chartOptions: CoreChartOptions<'treemap'>; datasetOptions: TreemapControllerDatasetOptions>; defaultDataPoint: TreemapDataPoint; + metaExtensions: {}; parsedDataType: unknown, scales: never; }