Skip to content

Commit f57ac03

Browse files
committed
change import
1 parent 13660d4 commit f57ac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/ChartJsWebcomponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { BaseCustomWebComponentConstructorAppend, css, html } from "@node-projects/base-custom-webcomponent";
2-
import Chart from 'chart.js/auto';
2+
import Chart from 'chart.js/auto/auto.js';
33

44
type DataObject = { value: number, label: number | string };
55
type DataArray = [value: number, label: number | string];

0 commit comments

Comments
 (0)