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 f7ebedc commit c27c27aCopy full SHA for c27c27a
auto/auto.esm.js
@@ -1,5 +1,5 @@
1
-import {Chart, registrables} from '../dist/chart.esm';
+import {Chart, registerables} from '../dist/chart.esm';
2
3
-Chart.register(...registrables);
+Chart.register(...registerables);
4
5
export default Chart;
0 commit comments