Chartjs-Am I using chart.update() correctly when trying to update the chart?

1👍

The first component you posted refers to this.chartData(), however there is no chartData property on that component. You can force an update by create a ref, then accessing this.$refs.<yourref>.update() within your update handler.

Leave a comment