fxyekim

Members
  • Content count

    9
  • Joined

  • Last visited

About fxyekim

  • Rank
    Forum Newbie
  1. setDataXML method bug

    Yes, it's working both ways now. Thanks.
  2. setDataXML method bug

    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>');