1👍
✅
vue-chartjs does not live update by default, this is because chart.js does not support it. To make it live update you will need to add the reactiveProp
mixin as described in the documentation: https://vue-chartjs.org/guide/#updating-charts
Source:stackexchange.com