The ZingChart library has an AngularJS directive that was built in-house. Features include:
- Full access to the entire ZingChart library (all charts, maps, and features)
- Takes advantage of Angular's 2-way data binding, making data and chart elements easy to update
Support from the development team
...
$scope.myJson = {
type : 'line',
series : [
{ values : [54,23,34,23,43] },{ values : [10,15,16,20,40] }
]
};
...
There is a full demo with code examples available.