Sign in to follow this  
Guest Rajroop

How to remove canvas/object border?

Recommended Posts

This may be an html question rather then fusion charts as I don't see what is causing this? There is a dark grey border around the canvas (or object) even though borders are explicitly shut off. Any way to remove this?

 <html>

   <head>

 </head>

   <body bgcolor="#CCCCCC"  style="border:0;scrolling:no;margin:0;text-align: center;">

 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="630" height="450" align="middle" border="0">

  <param name="movie" value="Pie2D.swf" />

  <param name="FlashVars" value="&dataXML=<chart caption='Coal Consumption' subCaption='(Source US Department of Energy) Note You can click on and rotate this pie chart!' thousandSeparator=',' showLabels='1' defaultAnimation='0' use3DLighting='0' pieRadius='140' enableRotation='1' bgcolor='CCCCCC' bgAlpha='100' showCanvasBorder='0'>

<set label=' China' value='1310000000' isSliced='1' />

  <set label=' United States' value='50000000' />

  <set label=' India' value='339000000' />

  <set label=' Russia' value='298000000' />

  <set label=' Germany' value='265000000' />

  <set label=' South Africa' value='170500000' />

</chart>" />

  </object>

   </body>

  </html>

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello,

Welcome to the FusionCharts Forum. :(

Could you please try using borderAlpha='0' in your <chart> element and see if it helps.

Looking forward to your feedback on this.

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