Skip to content Skip to sidebar Skip to footer

Angular Chartjs How To Make It Reactive To Data Change?

I'm trying to write an app that will show some data from API and during the work I will be able to change time and date range that I would like to show on the chart. Right now I am

Solution 1:

Move ng-controller="LineCtrl" so it's outside of the button element, otherwise you will have the wrong scope involved.


Post a Comment for "Angular Chartjs How To Make It Reactive To Data Change?"