pmamp Report post Posted September 23, 2008 (edited) I have some issue with rendering charts in IE 7. I get just a text 'o display' instead of chart. This occures when using FusionCharts.RenderChartHTML. When I try it with JS mode (FusionCharts.RenderChart) it shows 'chart' as text. The same code works okay in Firefox 2/3. <CODE><!-- START Code Block for Chart MSColumn --> <OBJECT codeBase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0 height=180 width=300 classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 name=MSColumn><PARAM NAME="_cx" VALUE="7938"><PARAM NAME="_cy" VALUE="4763"><PARAM NAME="FlashVars" VALUE=""><PARAM NAME="Movie" VALUE="/FCV3/charts/MSCombiDY2D.swf"><PARAM NAME="Src" VALUE="/FCV3/charts/MSCombiDY2D.swf"><PARAM NAME="WMode" VALUE="Transparent"><PARAM NAME="Play" VALUE="-1"><PARAM NAME="Loop" VALUE="-1"><PARAM NAME="Quality" VALUE="High"><PARAM NAME="SAlign" VALUE=""><PARAM NAME="Menu" VALUE="-1"><PARAM NAME="Base" VALUE=""><PARAM NAME="AllowScriptAccess" VALUE="always"><PARAM NAME="Scale" VALUE="ShowAll"><PARAM NAME="DeviceFont" VALUE="0"><PARAM NAME="EmbedMovie" VALUE="0"><PARAM NAME="BGColor" VALUE=""><PARAM NAME="SWRemote" VALUE=""><PARAM NAME="MovieData" VALUE=""><PARAM NAME="SeamlessTabbing" VALUE="1"><PARAM NAME="Profile" VALUE="0"><PARAM NAME="ProfileAddress" VALUE=""><PARAM NAME="ProfilePort" VALUE="0"><PARAM NAME="AllowNetworking" VALUE="all"><PARAM NAME="AllowFullScreen" VALUE="false"> <embed src="/FCV3/charts/MSCombiDY2D.swf" FlashVars="&chartWidth=300&chartHeight=180&debugMode=1&dataURL=/webreports/dashboard/HCBYSTULEVEL.xml" quality="high" width="300" height="180" name="MSColumn" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </OBJECT><!-- END Code Block for Chart MSColumn --></CODE> PLEASE HELP TO WHAT IS GOING ON HERE.. If you would like to take a look at site it is: http://reports.iupui.edu/webreports/default.aspx/overview#fiscal Edited September 23, 2008 by Guest Share this post Link to post Share on other sites
Arindam Report post Posted September 24, 2008 Hi, Could you please add FusionCharts.js file for JS mode (FusionCharts.RenderChart) render? and try again. Share this post Link to post Share on other sites