feat: properly install chart.js as npm package and webpack bundle

This commit is contained in:
Herculino Trotta
2024-10-29 21:30:49 -03:00
parent 28de7545b1
commit 63c14f9544
4 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
import Chart from 'chart.js/auto';
window.Chart = Chart;