vimalavinisha / angular2-google-chart

Angular 2 google chart
MIT License
59 stars 45 forks source link

Rerender graph after programmatically changing the chartData #31

Closed liquidpizza closed 7 years ago

liquidpizza commented 7 years ago

I want to rerender the graph after I changed my chartData while runtime.

This is my graph: <div id="area_chart" [chartData]="this.chartData" chartType="AreaChart" GoogleChart></div>