If we bind ploymer array property to the google-chart element, Initially it loads whatever data polymer array holds but subsequent changes to that array property doesn't reflect in the chart.
steps to reproduce:
- bind array property to the google-chart
rows property.
- make changes to the array property by using polymer array mutation methods. i.e push,pop, splice.
- Observer if the google-chart updates its rows data.
P.S : Tried calling redraw(), it didn't help