Hi,
For Flash i am using this code (it is working):
var myChart = new FusionCharts( "Main/NewCharts/Column3D.swf", "myChartId", "400", "300", "0", "1" );
Now i want to render the same chart in javascript and i am using this code:
var myChart = new FusionCharts( "Main/NewCharts/Column3D", "myChartId", "400", "300", "0", "1" );
this code is not working.
FusionCharts.setCurrentRenderer('javascript'); is removed form the new XT Fusion charts then how to resolve this problem . Please help