JavaScript charts with highlight and detail

I am looking for a JavaScript plugin to help me create charts. I would need stacked bars, bars, cakes and line charts with detail and highlighting.

Everything I've found with these features is just flash and I'd rather use JavaScript.

Does anyone have an idea or suggestion?

Thank you in advance

-Yoann

+2


source to share


3 answers


You can look at google charts api. It's not javascript per se, but it might be exactly what you need.



+2


source


I have personally used flot jQuery drawing the library and can recommend it. Very easy to use. You will recognize the fleet from the reputation graph in your profile.



I also used snippets of varioius Dojo dojox diagram file . It takes a little more effort to do this (especially if you are not familiar with dojo yet), but offers more features / flexibility.

+1


source


You probably saw amCharts when you found flash cards with these features. Now amCharts JavaScript library with related functionality.

0


source







All Articles