Reputation: 85765
I am looking for a good, free charting api that looks visually appealing and has lots of charts to choose from.
I am using asp.net mvc 3 and jquery so I am intending to use ajax.
I been looking at some of the posts on stack here about mvc and the MS charting control but I am still unclear if it works well with ajax or if your like using a webform page.
Upvotes: 1
Views: 3906
Reputation: 69905
Take a look at Highcharts. Its purely JavaScript based and highly integrated with jQuery
.
http://www.highcharts.com/products/highcharts
Upvotes: 4
Reputation: 8488
There are currently five available on jQuery List that you may find useful.
Upvotes: 0
Reputation: 12561
Have you read this post yet? http://www.codecapers.com/post/Build-a-Dashboard-With-Microsoft-Chart-Controls.aspx
It has a great example of integrating the ASP.NET Charting library into your MVC app.
Option 2: Google Charts API
Upvotes: 0
Reputation: 1703
I use flot or jqplot.
This site has more info:
http://www.1stwebdesigner.com/css/top-jquery-chart-libraries-interactive-charts/
Upvotes: 0