Reputation: 1562
I want to implement various interactive graphs like pie, bar ,etc which on mouse hover will reveal few data about the chart
Something like http://www.highcharts.com/ , this is a jquery based paid plugin, I am looking for an open source option
Upvotes: 1
Views: 209
Reputation: 2060
I have used Flot many times before, it is very simple to use and nice to look at: http://code.google.com/p/flot/
It has interactive points, multiple styles of graph, allows for view changes based on values or dates, and very light weight.
Also has a lot of very nice examples, and explanations of options for each graph type.
Upvotes: 0
Reputation: 11168
I recommend the Visualize plugin: http://www.filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with/
Upvotes: 0