Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery Charting [closed]

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).

like image 379
user146584 Avatar asked Jul 29 '09 15:07

user146584


2 Answers

I've used these with success (customizable, cross-browser, etc):

  • Flot
  • jQPlot

Others I've come across:

  • Sparklines
  • jQChart
like image 110
brianng Avatar answered Oct 19 '22 22:10

brianng


I am surprised that no one has mentioned HighCharts.

Highcharts is a comprehensive library of Javascript charting based on Jquery.

like image 27
Deepak Kumar Vasudevan Avatar answered Oct 19 '22 22:10

Deepak Kumar Vasudevan