Hello!
So here is my problem,
I have two tabs on my site page.
One tab shows the bar chart and the other shows the Gantt.
Now the Gantt cannot be rendered in JS. I am aware of this but I wasn't when building the bar chart part.
So initially I had set renderer to Javascript and made my chart.
However on building the Gantt I realized that the Gantt cannot be rendered in JS yet.
So I removed the line expecting that the charts will now be loaded in Flash.
However whatever I do the charts are still attempting to load in JS!
I am using FF.
I embed the charts (using JS) using this:
For the bar:
var myChart = new FusionCharts("FusionCharts/Column3D.swf", "myChartId", "95%", "500");
and for the Gantt:
var myChart = new FusionCharts("FusionCharts/Gantt.swf", "myChartId", "95%", "500");
So the error I get is 'Chart type not supported'
The reason I say it is still in JS is because when I right click on the chart I expect it to say 'Adobe Flash' but it just provides me the HTML right click menu.
What do I do?
Best regards,
Zulfi
TL;DR: Initially was rendering chart as JS, realized Gantt is not supported, want to switch back to Flash but attempt is always made to render the Gantt in JS leading to 'Chart type not supported' message.