-2

Hi all,
i'm making an application based on jQuery and i need the best charts plugin to show the information to the client.
My app is litteraly like Google AdWords and Google AdSense. I need to show to the costumers the clicks and views per ad or banner on the last month or week, show the amount of credits to them and interact with our other service too.

I've googled for some plugins, allmost all of them are good, but i wan't to use the best and easy to work.

Can anybody advice me?

Thanks in advance,
José Moreira

cusspvz
  • 5,143
  • 7
  • 30
  • 45

3 Answers3

4

Again, not JQuery, but I'd go for Google charts - really easy to get started, lots of options. Update (Feb 2012): now there's Protovis which has evolved into the rather amazing and self-contained D3.js.

Dave Everitt
  • 17,193
  • 6
  • 67
  • 97
  • The problem using Google Charts, is that makes me dependent of Google, any problem on google server or if that api is removed, i'm literaly f***ed :P But it is very cool, but besides that i prefer flot or highcharts because their interface. +1 – cusspvz Aug 20 '10 at 17:25
  • Agree with the Google-dependent issue. Let's hope if Google becomes fully evil that someone will reverse-engineer... – Dave Everitt Aug 21 '10 at 15:02
2

I can strongly recommend Flot for that purpose. Easy to use, good results, sensible defaults.

Erich Kitzmueller
  • 36,381
  • 5
  • 80
  • 102
1

Highcharts is my favorite. This is not jQuery plugin but pure javascript. Works good with all libraries.

Anpher
  • 4,567
  • 24
  • 24
  • Did anyone mentioned something about licenses? – Anpher Aug 20 '10 at 13:22
  • Cool, very intuitive, it works with jQuery or MooTools, thats good ;) +1 for the choice, i will analyze it. About the licenses questions, anyone fits, but free is better ;) – cusspvz Aug 20 '10 at 17:25