If you try to replace the whole data property with a new object everything gets triggered and so on but the chart won't update. It seems that this.chart.data is read only and therefore doesn't update when this.data is replaced. I'll will propose a pr with a easy fix.
If you try to replace the whole data property with a new object everything gets triggered and so on but the chart won't update. It seems that
this.chart.data
is read only and therefore doesn't update whenthis.data
is replaced. I'll will propose a pr with a easy fix.