onbabu

Members
  • Content count

    14
  • Joined

  • Last visited

Everything posted by onbabu

  1. Hi all, I am using 'Column3D' and 'Line' charts with more than 30 columns in data, it was working fine in IE and Google Chrome, but it was not displaying in Fire Fox. if i reduced Columns to 12 then it was working in Fire Fox also. can any one help me in this. I am Attaching xml files. I am using Fusion Charts Version 3.2 Thanks in advance Column3D.xml Line.xml
  2. I am Using Free version, is this the reason for not getting in Fire Fox. Why because i trying from last 2 days if i kept 15 records then it is working properly in Firefox (IIS)
  3. Hi all, I am using 'Column3D' and 'Line' charts (Version 3.2) with more than 30 columns in data, it was working fine in IE and Google Chrome, but it was not displaying in Fire Fox. if i reduced Columns to 12 then it was working in Fire Fox also. can any one help me in this. I am Attaching xml files. In IIS only i am getting this problem. Thanks in advance Column3D.xml Line.xml
  4. Hi all, I am using 'Column3D' and 'Line' charts with more than 30 columns in data, it was working fine in IE and Google Chrome, but it was not displaying in Fire Fox. if i reduced Columns to 12 then it was working in Fire Fox also. can any one help me in this. I am Attaching xml files. I am using Fusion Charts Version 3.2. In IIS only i am getting this problem Thanks in advance
  5. 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>
  6. 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 &
  7. Hi, I am using MSColumn3D.swf only but still same error coming, we are using version 3. charts.
  8. Invalid Xml

    Dear all, I am using Column3D chart in .Net Windows Application, while running chart showing Invalid XML, but the XML file is opening without errors. can any one help me in this matter. I attached the XML file Thanks in advance Accounts.xml
  9. Invalid Xml

    Hi, I found one problem is there any size limitation for Label in chart, instead of Account Names I kept A, B, C ..... for labels then it was working fine, but with Account names for Label it was not working, can any one check this Thanks in advance. Accounts.xml
  10. Invalid Xml

    Hi, I am using FusionCharts v3.2, and I am using it in .Net Windows application, i am uploading code which i have used to display as attachment, please check it once. Thanks in advance Chart Code.txt
  11. Invalid Xml

    If i skip -Ve values chart was displaying, but with -Ve values it is giving Invalid XML