tags:

views:

40

answers:

1

I'm looking for a chart/map library that can do a wide variety of graphs and maps, including treemaps, worldmap, line/pie charts etc. The data is going to come from the database, so I am not looking at XML/CSV stuff. It should also have at least minimal interactive options, like zooming etc.

fusioncharts looks good, anybody has other (cheaper) suggestions? Thanks.

+1  A: 

I am very fond of Dundas charts and maps, but they aren't free.

Here is a list of Open Source Charting & Reporting Tools in C# and another list for ASP.Net.

ASP.Net has a Charting Control

Here is a tutorial A Look at WebCharts, a Free .NET Charting Control

You can find lots of other SO recommendations by searching using tags for charts, maps and graphs.

For example, for PHP, this was a very popular question: Graphs/Charts in PHP

DOK