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?

link|improve this question

71% accept rate
2  
I don't know why it has been closed. I find it usefull. – Pierre de LESPINAY Feb 8 at 12:38
This is useful information. – Rahul May 14 at 22:13
feedback

closed as not constructive by casperOne Jan 10 at 18:21

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 5 down vote accepted
  1. Google api chart generates swf file (i.e. flash file) and jqplot draws chart on canvas(html5 element)
  2. Both charting tools are easy to use
  3. 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
  4. jqplot provides facility that when u resize your browser window jqplot automatically resize your chart but this is not in google chart
link|improve this answer
how many scales i can add to google chart and on jqplot? – raj Jan 10 at 12:54
on jqplot chart you can create up to 9 Y axes... – user1140574 Jan 10 at 12:55
jqPlot 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 8 at 12:37
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.