ranjith_uniq

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by ranjith_uniq

  1. Hi, We are having problem with doughnut chart loading. The chart seems to be loaded but we cannot see it in the webpage. It is more out of focus from the screen. The following screenshot would help you to understand the issue better. This issue is mainly occuring on browser IE 6.0 version. We are using fusion charts 3.0 version. Can you guide me in fixing this issue. Thanks, Ranjith Graph looks like below in IE6.0. Same will open very much fine in IE 7.0
  2. Doughnut chart loading problem ( 3.0 version )

    Here is the code <html> <head> <title>Untitled</title> </head> <body> <form > <table width="100%"> <tr > <td> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" style="height:220;border-color:#FFFFFF" width="100%" height="220" > <param name="allowScriptAccess" value="always" /> <param name="movie" value="Charts/Doughnut3D.swf?chartWidth=100%&chartHeight=220" /> <param name="quality" value="high" /> <param name="flashvars" value="dataXML=<chart palette='2' showBorder='1'><set label='Account Main' value='100' color='FF9933' /> </chart>" /> </object> </td> </tr> </table> </form> </body> </html>