GoogleWebComponents / google-chart

Google Charts API web components
https://www.webcomponents.org/element/@google-web-components/google-chart/elements/google-chart
Apache License 2.0
357 stars 130 forks source link

Do not take a snapshot of DataView #260

Closed rslawik closed 5 years ago

rslawik commented 5 years ago

Pass the DataView instance directly to ChartWrapper instead of taking a snapshot of it. That allows ChartWrapper to use updated values in it when redraw is called.

Fixes #259