Sign in to follow this  
mystrymaster

No data to display

Recommended Posts

<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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this