views:

266

answers:

2

Hello,

I'm looking for a JavaScript plugin which would help me to create charts. I would need stacked bar, bar, pie and line charts with drilldown and highlighting features.

Everything I found with these features are just flash and I would prefer using JavaScript.

Does someone have an idea or a suggestion?

Thank you by advance

-Yoann

+2  A: 

You may want to look into the google charts api. It's not javascript per se, but it might be exactly what you need.

chills42
+1  A: 

I have personally used the flot jQuery charting library and can recommend it. Very easy to use. You'll recognize flot from the reputation chart in your profile.

I've also used varioius pieces of Dojo's dojox charting stuff. These take a bit more effort to get going (especially if you're not already familar with dojo) but offer more options/flexibility.

Swingley