Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source library/framework for building dashboard (bar,line,pie,etc) [closed]

I have done POC with highcharts and works fine and looks great.

I am looking for better open source library/framework using which i can develop my dashboard showing different graphs.

The UI framework must handle the real time data (like Ajax calls or REST).

Any helpful suggestion appreciated.

like image 694
Sohan Avatar asked Dec 12 '12 12:12

Sohan


1 Answers

D3 (Data-Driven Documents) is excellent if you have a bit of time to learn it.

Some examples:

http://bl.ocks.org/3287802

http://jondot.github.com/graphene/

like image 131
David Avatar answered Nov 15 '22 16:11

David