trading-peter / chart-elements

Chart.js as Polymer Elements
https://robdodson.github.io/chart-elements
267 stars 70 forks source link

Chart will not update if data property is completly replaced (v 3.0.0) #35

Closed trading-peter closed 8 years ago

trading-peter commented 8 years ago

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.

trading-peter commented 8 years ago

This is fixed in pr #38.