Shekesh

Results 2 comments of Shekesh

I'm having the same issue. I have a router with only a child component with `default`. Using `route()` in the handler for `onChange` has no effect. The only solution I...

Confirmed. Issue's source is the watched dataset property. It redraws the chart but actually the chart data is not set to the new value. `chart_data.datasets = val;` missing at https://github.com/hchstera/vue-charts/blob/master/src/vue-chartjs-lib.js#L105