Pallav

No data to display error

Recommended Posts

<chart>

 

<categories>

 

<category label="May" />

 

<category label="June" />

 

</categories>

 

<dataset SeriesName="May">

 

<set value="10" />

 

<set value="30" />

 

</dataset>

 

<dataset SeriesName="June">

 

<set value="23" />

 

<set value="34" />

 

</dataset>

 

</chart>

 

 

 

What's wrong with this XML? This was created by the XML Generator utility but however, the chart does not render with this data (using setURL api).

 

 

 

I am using a bar graph (Bar2D.swf), by the way.

 

 

 

The Multi-Series Chart XML example doesn't work for me either. Same "no data to display" error.

Edited by Guest

Share this post


Link to post
Share on other sites

ok, I guess I need to use a specific type of chart to support this XML data. The example didn't specify which ones support multi-series data so it was not clear. I tried using StackedColumn2D.swf. It works, but I don't see it rendered the same way as the example. To be specific, the second series renders "on top" of the first one while I want them to render side by side, just as shown in the example.

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