dmtrbrl / vue-trend-chart

Simple trend charts for Vue.js
https://dmtrbrl.github.io/vue-trend-chart/
MIT License
261 stars 29 forks source link

Changing xLabels doesn't update the HTML #6

Closed SebastianSpeitel closed 5 years ago

SebastianSpeitel commented 5 years ago

When changing xLabels, by changing it on TrendChartLabels directly or via TrendChart, the HTML doesn't get rerendered.

I build a workaround by calling $forceReload everytime I update it, but there has to be a better solution.

dmtrbrl commented 5 years ago

Fixed. Check an example on the demo page