Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rest Angular and Charts API - Need opinion

We are re-building the current product.

1.) Main focus is on UI, Graphical Representation

2.) UI should be responsive, widget like structures.

3.) Graphs should be re-loaded with data at every n seconds

I have gone through few charts API,

angular-nvd3

fusioncharts // not free

Rest Service will be exposed, Json data will be return. Multiple types of graphs will be used. (Bars/Spikes etc.)

Need help on choosing the good API for Charts that can be integrated with Rest Angular.

Also anything better for widget sort of structure, should adjust according to screen's. Widgets will be appearing on big screens as well.

like image 307
Ankur Singhal Avatar asked Nov 09 '15 06:11

Ankur Singhal


1 Answers

ZingChart may be an option worth considering. The AngularJS Charts Directive page contains chart examples that should provide responses to your 3 main concerns.

Full disclosure: I'm on the ZingChart team, so feel free to reach out if you have additional questions on this option.

like image 63
Merrily Avatar answered Sep 28 '22 10:09

Merrily