Sign in to follow this  
sarvari

compatibility issue between IE and mozilla

Recommended Posts

Hi All,

 

I got a problem...i want to dispaly a chart. It is displaying fine in IE but in mozilla it is displaying very small..I am using the same code for both browsers. I am using IE8 and Mozilla 15 versions. I attached screenshots of how the chart is appearing and the text file of code I am using.. Please help me fix this...sugesstions are deeply awaited...bye.... have a good day all...

Compatibility_Issue.txt

post-31390-0-47498900-1379000276_thumb.jpg

post-31390-0-95888300-1379000294_thumb.jpg

Share this post


Link to post
Share on other sites

total_Availablity.html
*******************************************************************************
<html>
 <head><title>total_Availablity for 2013-05-16</title></head>
 <body>
  <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="850" height="350" id="FusionCharts_1" >
   <param name="movie" value="../../../swfs/MSColumn2D.swf" />
   <param name="FlashVars" value="&dataURL=total_Availablity.xml&chartWidth=850&chartHeight=350">
   <param name="quality" value="high" />
   <embed src="../../../swfs/MSColumn2D.swf" flashVars="&dataURL=total_Availablity.xml&chartWidth=850&chartHeight=850" quality="high" name="FusionCharts_1" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
  </object>
 </body>
</html>

************************************************************************************

total_Availablity.xml

**************************************************************************************

<chart palette='2' caption='Availability report for2013-05-16' xAxisName='Application' yAxisMinValue='90' yAxisMaxValue='100' yAxisName='Availability' showValues='1' decimals='2' formatNumberScale='0' useRoundEdges='1' labelDisplay='Rotate' slantLabels='1' >
 <categories>
  <category label="AXPECOWeb" />
  <category label="CER WEB" />
  <category label="EMSWebService" />
  <category label="EstatementRTEM" />
  <category label="FinancialServices1.x" />
  <category label="Fins2 Converge Services" />
  <category label="Fins2 Favorite Web" />
  <category label="Fins2 Intl" />
  <category label="Fins2 US" />
  <category label="Finshub4" />
  <category label="HorizonWeb" />
  <category label="OFX WEB" />
  <category label="OfxEnterprise" />
  <category label="PDF WEB" />
  <category label="RMMWeb" />
  <category label="RRShub2" />
  <category label="RRShub4" />
  <category label="StatementService" />
  <category label="TSeC Wave2(On WAS6) " />
  <category label="TseC Wave 4" />
 </categories>
 <dataset>
  <set value="100.00" />
  <set value="99.03" />
  <set value="99.84" />
  <set value="99.89" />
  <set value="98.05" />
  <set value="100.00" />
  <set value="99.99" />
  <set value="99.96" />
  <set value="99.44" />
  <set value="97.44" />
  <set value="99.97" />
  <set value="99.65" />
  <set value="99.64" />
  <set value="99.27" />
  <set value="99.72" />
  <set value="100.00" />
  <set value="100.00" />
  <set value="99.92" />
  <set value="100.00" />
  <set value="100.00" />
 </dataset>
</chart>

*******************************************************************************************

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello Sarvari,

 

Did you try to render the chart using latest version? (FusionCharts XT v3.3.1 Service Release 2 version files?)

Share this post


Link to post
Share on other sites

Hey,

 

Try providing width and height to the embed tag. Please find the updated code:

    <embed src="../../../swfs/MSColumn2D.swf" flashVars="&dataURL=total_Availablity.xml&chartWidth=850&chartHeight=850" quality="high" name="FusionCharts_1" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="850" height="350"/>

Hope this helps.

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