fusioncharts / angular-fusioncharts

Angular Component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/angular-fusioncharts/#/ex1
Other
55 stars 37 forks source link

unable to update the values while using fc-events #71

Closed ayanbhaduryfc closed 4 years ago

ayanbhaduryfc commented 4 years ago

Here is a sandbox demo - https://codesandbox.io/s/angular-1dhf0

priyanjitdey94 commented 4 years ago

@ayanbhaduryfc While updating data inside the event listener, you have to use NgZone. Here's a working sample.

Also, please check the official samples.