fxyekim Report post Posted January 3, 2008 Please see this thread: http://www.fusioncharts.com/forum/Topic3569-41-1.aspxThe setDataXML expects the string to have single quotes for the attributes. This is Version 3. I dropping back down to the Version2 or Free and see what happens. This works. myChart.setDataXML("<chart caption='test' decimals='0' enableSmartLabels='1'><set label='Alchemy' value='4' /><set label='Orion/Pegasus' value='38' /><set label='Other' value='56' /><set label='SandCraft' value='34' /><set label='Scalable Processor Solutions' value='57' /></chart>"); This does not work. myChart.setDataXML('<chart caption="test" decimals="0" enableSmartLabels="1"><set label="Alchemy" value="4" /><set label="Orion/Pegasus" value="38" /><set label="Other" value="56" /><set label="SandCraft" value="34" /><set label="Scalable Processor Solutions" value="57" /></chart>'); Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 7, 2008 hi, Thanks for pointing this out. Can you please try the new FusionCharts.js (for v3 charts) that i attach here and try again. I have put a fix for the issue. We will release the JS in our next release. NOTE : Please rename the attached FusionCharts.js.txt to FusionCharts.js FusionCharts.js.txt Share this post Link to post Share on other sites
fxyekim Report post Posted January 8, 2008 Yes, it's working both ways now. Thanks. Share this post Link to post Share on other sites