Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Library javascript for making histogram

i work on asp.net mvc3 project , and i have to display histogram in view depending on data coming from action, can you suggest me any library javascript that can be easy to use and make good histogram, please any syggestion !!

like image 933
ucef Avatar asked Aug 07 '12 13:08

ucef


1 Answers

http://www.highcharts.com/ - excellent integration and nice looking (free for non-commercial)

http://www.jqplot.com/ - open source, nice looking as well (free as in beer)

http://g.raphaeljs.com/ - another open source, well maintained

http://www.flotcharts.org/ - built specifically for JQuery (if that is what you are using)

Basically, take a look at these and others, find one that looks good and will easily plug in to your existing architecture and roll.

like image 181
Tommy Avatar answered Oct 05 '22 04:10

Tommy