smithygreg Report post Posted November 2, 2011 Hi..I have been using FC3 for a while now and have had no problems, all of a sudden though, there is a dark grey background color on my Pie2d, Area2D and Doughnut2D graphs. None of my other charts are affected. The color code is #777777 and I have viewed the source for my site and there is no mention of that color code anywhere. Here is some other information that may be relevant... If I change the chart to a Pie3D and the problem goes away. I removed the bgColor and canvasbgColor from the chart declaration and the problem still persists... The problem also seems to be limited to the most recent version of IE...9.0.3. Coworkers using 9.0.2 (or Chrome or FF) don't have the same problem. I can view the sample charts on the FusionCharts website without seeing the offending background color... Here is the HTML that is being displayed by IE. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="300" name="myNext"> <param name="allowScriptAccess" value="always" /><param name="WMode" value="Transparent"></param> <param name="movie" value="FusionCharts/Doughnut2D.swf"/> <param name="FlashVars" value="&chartWidth=400&chartHeight=300&debugMode=0&dataXML=<graph caption='Volume By Division' subCaption='' xAxisName='Division' yAxisName='Volume' decimalPrecision='0' formatNumberScale='0' showNames='1' numberPrefix='' numberSuffix='' enableSmartLabels ='1' baseFontSize ='9' outCnvBaseFont ='9' showBorder='0' labelStep='1' showValues='0' ><set name='AMHERST, NY' value='25675' color='1941A5' toolText='25,675.00' link='DashBoard.aspx%3fID%3d8%26DID%3d107%27 /><set name='PHOENIX,AZ' value='10373' color='AFD8F8' toolText='10,373.00' link='DashBoard.aspx%3fID%3d8%26DID%3d109%27 /><set name='MIRAMAR, FL' value='647' color='F6BD0F' toolText='647.00' link='DashBoard.aspx%3fID%3d8%26DID%3d110%27 /><set name='ATLANTA, GA' value='6728' color='8BBA00' toolText='6,728.00' link='DashBoard.aspx%3fID%3d8%26DID%3d111%27 /></graph>" /> <param name="quality" value="high" /> <embed src="FusionCharts/Doughnut2D.swf" FlashVars="&chartWidth=400&chartHeight=300&debugMode=0&dataXML=<graph caption='Volume By Division' subCaption='' xAxisName='Division' yAxisName='Volume' decimalPrecision='0' formatNumberScale='0' showNames='1' numberPrefix='' numberSuffix='' enableSmartLabels ='1' baseFontSize ='9' outCnvBaseFont ='9' showBorder='0' labelStep='1' showValues='0' ><set name='AMHERST, NY' value='25675' color='1941A5' toolText='25,675.00' link='DashBoard.aspx%3fID%3d8%26DID%3d107%27 /><set name='PHOENIX,AZ' value='10373' color='AFD8F8' toolText='10,373.00' link='DashBoard.aspx%3fID%3d8%26DID%3d109%27 /><set name='MIRAMAR, FL' value='647' color='F6BD0F' toolText='647.00' link='DashBoard.aspx%3fID%3d8%26DID%3d110%27 /><set name='ATLANTA, GA' value='6728' color='8BBA00' toolText='6,728.00' link='DashBoard.aspx%3fID%3d8%26DID%3d111%27 /></graph>" quality="high" width="400" height="300" name="myNext" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /> </object> Below is a screenshot of what it looks like...The graph on the bottom has the correct color...The two on top have the offending colors... I know this is a lot of information and it may just come down to the old "Internet Explorer sucks" argument...But unfortunately, I can't make all of my users NOT use IE9.0.3... Thanks for any help... Greg Share this post Link to post Share on other sites