0

They allow only 2k queries per month which is too little for me. Is there any classes or plugins or something I could use to create similar charts to Google's charts? Thanks.

good_evening
  • 21,085
  • 65
  • 193
  • 298
  • I use this one, usefull and pretty [www.jscharts.com](http://www.jscharts.com) – safarov Mar 29 '12 at 15:11
  • 1
    You have quite a bot of rep, so are not completely useless. What's wrong with [google](https://www.google.com/search?q=javascript+plotting+library)? – brice Mar 29 '12 at 15:13
  • this is also a perfect duplicate of [this question](http://stackoverflow.com/questions/119969/javascript-chart-library), which comes up on google search, no less. – brice Mar 29 '12 at 15:14
  • For anyone stumbling upon this question, there are no query limits [(<250k queries/day contact google)](http://googlecode.blogspot.com/2008/03/lifting-limit-on-calls-to-google-chart.html). See my answer below. – shaunsantacruz Mar 29 '12 at 16:14

8 Answers8

2

Try Fusion Charts, work well with PHP. JQuery try jQPlot

Emmanuel N
  • 7,350
  • 2
  • 26
  • 36
1

There are tons of free alternatives!

http://teethgrinder.co.uk/open-flash-chart/ -- flash based http://www.highcharts.com/ -- javascript library! http://www.rgraph.net/ -- javascript library!

and a ton more

JavaScript Chart Library

Community
  • 1
  • 1
dm03514
  • 54,664
  • 18
  • 108
  • 145
1

There are plenty, have a look around. Some I have used before include:

  1. Fusion Charts (Free)
  2. Highcharts
  3. Raphael charts
  4. Rgraph (HTML5)

All of which are quite different, and all had their pros and cons. I'd say if you were to go for one of them my choice would be fusion charts (especially if you can fork out for the commercial version).

Nick
  • 6,316
  • 2
  • 29
  • 47
0

I normally use Highcharts for graphing requirements.

http://www.highcharts.com/

0

I have used these in the past dygraphs .

Symeon Breen
  • 1,531
  • 11
  • 25
0

There are many Javascript graphing libraries but I'd recommend highcharts or flotr2.

instinctious
  • 694
  • 3
  • 10
0

I will just give you the list of chart-things, that i have bookmarked:

tereško
  • 58,060
  • 25
  • 98
  • 150
0

Reading the docs the 2k limit you mentioned refers to the request URI data limit. You had me worried there as we're planning on using them soon. 2k queries per month would be a deal breaker for sure.

In 2008, they lifted any query limits. Feel free to use Google charts.

Community
  • 1
  • 1
shaunsantacruz
  • 8,903
  • 3
  • 19
  • 19