Ross
Ross

Reputation: 1562

Do you know any jquery based plugin(Free to use) plugin to implement graphs

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

Answers (4)

Bjoernsen
Bjoernsen

Reputation: 2418

You can use D3.js

Upvotes: 0

Richard Edwards
Richard Edwards

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

Nick Shaw
Nick Shaw

Reputation: 2113

Try jqPlot.

Upvotes: 1

Related Questions