Sign in to follow this  
onbabu

What Is Wrong With This Data? Cant Get Multiseries Column 3D Chart

Recommended Posts

I am using MSColumn3D.swf and I always get "No Data to Display" with the following XML data. I have looked at it for 2 days and cant figure out what I'm doing wrong. Any help would be appreciated.

 

The XML Data is as follows

----------------------------------------------------------------------------------------------------------------------

<chart caption='Year To Date' XAxisName='Sale Account' palette='2' animation='1' formatNumberScale='0' showValues='0' numDivLines='4' legendPosition='BOTTOM'>

<categories>

<category label='Sale Of FG' />

<category label='Cash Sales' />

<category label='Sales - PC' />

<category label='Sales - SP' />

<category label='Rooms Sales' />

<category label='Sales - Banquet Hall' />

<category label='Food & Beverages' />

<category label='liquid cash sales' />

<category label='sale-bike' />

</categories>

<dataset seriesName='Planned'>

<set value='90000' />

<set value='90000' />

<set value='90000' />

<set value='90000' />

<set value='90000' />

<set value='90000' />

<set value='90000' />

<set value='90000' />

<set value='90000' />

</dataset>

<dataset seriesName='Actual'>

<set value='45000' />

<set value='19500' />

<set value='74700' />

<set value='54000' />

<set value='574490' />

<set value='34330' />

<set value='437880' />

<set value='33500' />

<set value='453000' />

</dataset>

<styles>

<definition>

<style type='font' name='CaptionFont' color='666666' size='15' />

<style type='font' name='SubCaptionFont' bold='0' />

</definition>

<application>

<apply toObject='caption' styles='CaptionFont' />

<apply toObject='SubCaption' styles='SubCaptionFont' />

</application>

</styles>

</chart>

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

I am afraid, I am unable to replicate the issue.

 

Please find attached screen shot of the chart rendered.

 

Please verify if you are using MSColumn3D.swf only and not Column3D.swf file.

 

You get 'No data to display' error message for Flash Charts, when you specify multi-series data XML for a single-series SWF file.

 

Hope this helps!

post-23884-0-64686900-1339825133_thumb.png

Share this post


Link to post
Share on other sites

Hi, I am using MSColumn3D.swf only but still same error coming, we are using version 3. charts.

Hi,

 

I am afraid, I am unable to replicate the issue.

 

Please find attached screen shot of the chart rendered.

 

Please verify if you are using MSColumn3D.swf only and not Column3D.swf file.

 

You get 'No data to display' error message for Flash Charts, when you specify multi-series data XML for a single-series SWF file.

 

Hope this helps!

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Like I said earlier, I am unable to replicate the issue.

 

Please provide us a live URL for further testing.

Share this post


Link to post
Share on other sites

Hi,

 

I found fault with the following line

 

<category label='Food & Beverages' />

 

If i replace & with and then Chart was displaying, is there any problem in .Net for &

 

Hi,

 

Like I said earlier, I am unable to replicate the issue.

 

Please provide us a live URL for further testing.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

I found fault with the following line

 

<category label='Food & Beverages' />

 

If i replace & with and then Chart was displaying, is there any problem in .Net for &

 

 

 

 

 

Hi,

 

Chart is rendering absolutely fine with .NET.

 

Same XML has been used to render the chart.

 

Please find attached illustration and screen-shot for your reference.

 

If you are using older version of FusionCharts, please try to upgrade then.

 

FusionCharts XT Service Release 3 is the latest version and it has many improvements and bug fixes.

 

Hope this helps.

MSColumn3D.zip

post-24802-0-02787000-1340000005_thumb.png

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