We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13660d4 commit f57ac03Copy full SHA for f57ac03
src/chart/ChartJsWebcomponent.ts
@@ -1,5 +1,5 @@
1
import { BaseCustomWebComponentConstructorAppend, css, html } from "@node-projects/base-custom-webcomponent";
2
-import Chart from 'chart.js/auto';
+import Chart from 'chart.js/auto/auto.js';
3
4
type DataObject = { value: number, label: number | string };
5
type DataArray = [value: number, label: number | string];
0 commit comments