Being able integrate GoogleCharts would give great mapping features.
Besides it would mean an ever extending library of charts as Google releases them.
For example:
- ASPRunnerPro DataSource/SQL Query Screen would be AS IS (SQL can be customised)
- Then on the chart page we would select a type of Google Chart
- a "MyGoogleChartName_getdata.asp" page would be generated which at runtime would query the database (SQL) and parses the data into JSON format
- a "MyGoogleChartName.html" page would have a function DrawChart() which at runtime would call the _getdata.asp and draw the chart as per Google Chart API.
Server side technique explained here
https://developers.google.com/chart/interactive/docs/php_example
Google Chart playground
http://code.google.com/apis/ajax/playground/