Can anybody suggest nice cross browser jQuery API plugin for developing Chart application
except like filamentgroup.com.
The API should be customizible.I want to integrate it in ASP.NET. (ofcourse ASP.NET 3.5 comes with inbuilt Chart control,I want some nice jQuery Plugins).
Zino UI Charts is a jQuery charting library
I used Rapheal Works fine.
I've used Flot. It's open source using the MIT license, so you can do what you like to the API.
As for cross browser, I used it under all the major browers. There was a bug with Opera on filled charts, but that was an Opera canvas bug and it was fixed over a year ago. For IE, flot uses excanvas.
I use shieldui chart. It is very powerful and they have ASP.NET wrapper.
One option is jquery-visualize, which graphs data from a regular HTML table, so it degrades nicely without javascript
Some examples, and an article about it:
I think, the best is jQuery Flot charts, he has a good documentation (could be better) and even an amazing tutorial site (that I think is better to understand and use. the Flot chart)
Also, he has over 1.2K questions on SO. And plugins like the one for Zoom/Navigation and tons of others plugins for it
Highcharts is a great option too, with an excellent documentation and demo pages.
I don't like the Sparklines that much, but is a good and "easy to use" plugin.
And you can always take a look at the jQuery site page of plugins for graphics
Where you can always take a look in the latest list with votes and stuff.