mystrymaster Report post Posted March 14, 2008 <chart caption='Week 1 Stats' palette='2' showValues='0' legendPosition='BOTTOM'> <catagories> <catagory label='Kills' /> <catagory label='Assists' /> </catagories> <dataset seriesName='RYGER'> <set value='33' /> <set value='40' /> </dataset> <dataset seriesName='SG Jamo'> <set value='69' /> <set value='31' /> </dataset> <dataset seriesName='snakEys'> <set value='103' /> <set value='24' /> </dataset> <dataset seriesName='Wicked Catfish'> <set value='73' /> <set value='31' /> </dataset> </chart> I am completely lost here, I can copy and paste code that works in other charts so I am calling the xml correctly - there is data here. Share this post Link to post Share on other sites
mystrymaster Report post Posted March 14, 2008 catagory != category Spelling correctly FTW!!! Share this post Link to post Share on other sites
Arindam Report post Posted March 17, 2008 Hi, Please use category ok. See the chart XML bellow <chart caption='Week 1 Stats' palette='2' showValues='0' legendPosition='BOTTOM'> <categories> <category label='Kills' /> <category label='Assists' /> </categories> <dataset seriesName='RYGER'> <set value='33' /> <set value='40' /> </dataset> <dataset seriesName='SG Jamo'> <set value='69' /> <set value='31' /> </dataset> <dataset seriesName='snakEys'> <set value='103' /> <set value='24' /> </dataset> <dataset seriesName='Wicked Catfish'> <set value='73' /> <set value='31' /> </dataset> </chart> If any further problem on spelling please see FusionCharts Documentation http://www.fusioncharts.com/docs/ Thanks Arindam FusionCharts Team www.fusioncharts.com Share this post Link to post Share on other sites