Category "vue-chartjs"

Update the first chart in vue-chartjs

I am having two pie charts, but changes applies only to the last one even if they have different canvas id here is the html code I used to add them <Pie :c

Chart object referencing vue-chartjs v4

vue-chartjs: "^4.0.7" chartjs: "^3.7.1" In v3 for vue-chartjs referencing chart component and using this.$refs.myChart._data._chart returns the chart object but

vue-chartjs v4 reference to the chart object

chartjs v3.7.1 vue-chartjs v4.0.4 in version 3 of vue-chartjs, I could reference the chart object with this.$data._chart because the component is extends from

Setting ChartJS plugin on vue-chartjs not working

I am trying to change the canvas background color of my ChartJS chart to export it as an image but it has a black background. I've tried the workaround from the