onbabu Report post Posted June 16, 2012 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 Report post Posted June 16, 2012 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
onbabu Report post Posted June 16, 2012 Hi, I am using MSColumn3D.swf only but still same error coming, we are using version 3. charts. On 6/16/2012 at 5:38 AM, Bindhu said: 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 Report post Posted June 16, 2012 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
onbabu Report post Posted June 16, 2012 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 & On 6/16/2012 at 7:46 AM, Bindhu said: 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 Report post Posted June 18, 2012 On 6/16/2012 at 8:11 AM, onbabu said: 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 Share this post Link to post Share on other sites