Angular Chart: custom AngularJS directives for Chart.js

added by Graham Kane
10/9/2014 7:12:28 PM

993 Views

Chart.js (http://www.chartjs.org/) is a library for creating simple, clean data visualizations using the HTML 5 canvas element. Angular Chart defines some helpful native Angular directives, so you can set the data in your controller scope and define which type of chart you want to use in your markup. The charts also automatically respond to changes to your data, which is a nice advantage, and it weighs in at only ~1KB gzipped.


0 comments