Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

creating charts with angularjs [closed]

I've also been looking at charting solutions that will blend well with Angular.JS directives. I came across a few but got really confused. Does anyone have any suggestions for how to create interactive charts that are integrated with Angular.JS modules?

like image 799
Hmahwish Avatar asked Oct 17 '13 05:10

Hmahwish


1 Answers

angular-charts is a library I wrote for creating charts with angular and D3.

It encapsulates basic charts that can be created using D3 in one angular directive. Also it offers features such as

  1. One click chart change;
  2. Auto tooltips;
  3. Auto adjustment to containers;
  4. Legends;
  5. Simple data format: only define what you on x and what you need on y;

There is a angular-charts demo available.

like image 173
Chinmay Kulkarni Avatar answered Oct 11 '22 13:10

Chinmay Kulkarni