I am looking for a charting library and zeroed in on JQplot the library looks impressive. however i didnt got much info about(reviews) about Google chart API, has any one compared the pro's and cons of Jqplot and Google charts api ? Do i need to use GWT for using Google Charts API?
Asked
Active
Viewed 4,710 times
7
-
7I don't know why it has been closed. I find it usefull. – Pierre de LESPINAY Feb 08 '12 at 12:38
1 Answers
12
- Google api chart generates swf file (i.e. flash file) and jqplot draws chart on canvas(html5 element)
- Both charting tools are easy to use
- Most of the facilities (e.g zoom, mouseover effect, labels on chart, multiple scales on chart etc ) that are provided in google chart are also provided in jqplot
- jqplot provides facility that when u resize your browser window jqplot automatically resize your chart but this is not in google chart
-
-
-
5jqPlot does not provide easy way to animate charts (ie. on data update) Google does. Now Google chart is fully SVG & HTML5 based (with old IEs compatibility) – Pierre de LESPINAY Feb 08 '12 at 12:37
-
It looks like animating charts is available in jqPlot per your comment on [this question](http://stackoverflow.com/questions/6761088/how-to-animate-diagrams-with-jquery-and-jqplot-updating-data). – Ross Rogers Nov 22 '13 at 16:31
-
2Google chart tools are not available offline, which means charting on intranets or offline web apps can't use it. jqPlot is available offline. – Daydah Aug 01 '14 at 11:44