apertureless / vue-chartjs

📊 Vue.js wrapper for Chart.js
https://vue-chartjs.org
MIT License
5.55k stars 837 forks source link

[Bug]: Decimation is not applied #1102

Closed hanmarco closed 4 months ago

hanmarco commented 4 months ago

Would you like to work on a fix?

Current and expected behavior

Decimation of Chart.js is not applied in vue-chart.js

Reproduction

https://stackblitz.com/edit/github-nadtmk?file=src%2FApp.vue

chart.js version

4.4.3

vue-chartjs version

5.3.1

Possible solution

No response

hanmarco commented 4 months ago

I solved this problem by myself. Thank you.