From 6010c354dc32de61567cb6d6cd03964c036cb646 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Thu, 28 Oct 2021 08:32:45 +0200 Subject: [PATCH] Type compatibility with Chart.js v3.5.0 (#50) 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; }