Skip to content

Polymer Array changes doesn't reflect in the chart #181

@hariprasadiit

Description

@hariprasadiit

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:

  1. bind array property to the google-chart rows property.
  2. make changes to the array property by using polymer array mutation methods. i.e push,pop, splice.
  3. Observer if the google-chart updates its rows data.

P.S : Tried calling redraw(), it didn't help

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions