Hi there,
Thanks for the reply.
My folder structure is as follow:
Root
-fusioncharts
-JSClass
-FusionCharts.js
-FusionChartsExportComponent.js
-Customer
-includes
-FusionCharts.asp
-reports
-Count_Area.asp (page showing chart)
Count_Area.asp includes the following code to include necessary classes and pages:
...
...
I build the chart with the following line:
Call renderChart("../../fusionCharts/charts/" & ChartType, "FusionCharts_1", strXML, "FactorySum", 600, 300, "0", "1")
I looked around for an example on how to register the RegisterWithJs component, but I couldn't find exact example under ASP. I assumed the last two parameters would be the same as for normal chart building. Therefore I assume the final "1" in my command line activates RegisterWithJs.
Thanks for your help...