woodstock11 Report post Posted September 3, 2009 (edited) 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 September 3, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 3, 2009 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
woodstock11 Report post Posted September 3, 2009 Thanks for the quick response! That made the border white. Looking to make it the same color as the background of the page or removed entirely.. Share this post Link to post Share on other sites
woodstock11 Report post Posted September 3, 2009 A figured it out.. Added this to object: <param name="bgcolor" value="#cccccc" /> thanks. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 4, 2009 Hey, That's great. Happy FusionCharting. Share this post Link to post Share on other sites