score:0

the compiler complains about chart being not defined, because it does not know that it should load chart from the chart.js package. per the integration documentation you can simply put import chart from 'chart.js' at the top of your script. you may need to include the moment package as well.


Related Query

More Query from same tag