Sign in to follow this  
Velocedge

This Xml Won't Display In Ms Column, Why?

Recommended Posts

I'm trying to display a multi-sequence chart (FCF_MSColumn3D) using the following xml which gives the error "No data to display":

 

<chart showValues="0" caption="Bottom Competencies">
- <categories>
 <category label="Foxtrot" /> 
 <category label="Kilo" /> 
 <category label="Charlie" /> 
 <category label="Delta" /> 
 <category label="ClaimsPayback" /> 
 </categories>
- <dataset seriesName="Current">
 <set value="050.00" /> 
 <set value="060.00" /> 
 <set value="060.00" /> 
 <set value="060.00" /> 
 <set value="063.16" /> 
 </dataset>
- <dataset seriesName="Last Period">
 <set value="10.00" /> 
 <set value="10.00" /> 
 <set value="10.00" /> 
 <set value="10.00" /> 
 <set value="10.00" /> 
 </dataset>
 </chart>

 

what am I doing wrong?

Edited by Velocedge

Share this post


Link to post
Share on other sites

I was using the free version and copying the examples from the licensed version. Apparently there is a difference between chart and graph. When I used graph it worked fine.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Its glad to know that you managed to resolve your issue.

 

FusionCharts Free support <graph></graph> tags and not <chart></chart> tags. In FusionCharts Free version, all other attributes should be enclosed within <graph></graph> tags.

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