If so, why in the FusionCharts_enterprise.zip downloaded from the product update center (it says "FusionCharts Enterprise v3.1.1") I can find resources used for the js rendering i.e. "FusionCharts.HC.Charts.js"?
Anyway here is a code snippet:
$("#chartdiv").insertFusionCharts({
swfUrl : "/testFC/swf/Pie2D.swf",
dataSource : "...XML STRING..",
dataFormat : "xml",
width : 500,
height : 300,
id : "ChartId",
renderer : "javascript",
debugMode : "0"
});
and I've attached a screenshot of the result.
Note that not only the rendering in js but also the auto switch between js and flash works.