From c1bad5a4f3e990054cc9d242150279519d747c58 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 27 Oct 2021 21:02:17 +0200 Subject: [PATCH] Type compatibility with Chart.js v3.5.0 Fixes: https://github.com/kurkle/chartjs-chart-treemap/issues/49 Signed-off-by: Volker Theile --- 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; }