J-T-McC / vue3-chartjs

Vue3 wrapper for ChartJS
MIT License
118 stars 23 forks source link

Really strange behavior with vue-cli #24

Closed dlnsk closed 5 months ago

dlnsk commented 1 year ago

I use vue-cli for my project. Firstly I though the problem is in my project but I gave your example and it doesn't work as well.

If I do npm run serve everything is ok. The charts are displayed. But if I do npm run build no errors in console but charts don't displayed. The only appears are axises.

vue3-chartjs-issue.tar.gz

dlnsk commented 1 year ago

I switched to other vue component and behavior is the same... so it's bug of chart.js.