Sign in to follow this  
SmileShilpa

Fusion Chart Working In Ff And Crome But Not In Ie8

Recommended Posts

Please chk xml

 

<?xml version="1.0"?>

<graph caption="" subCaption="" decimalPrecision="0" divlinedecimalPrecision="0" limitsdecimalPrecision="0" yAxisName="" showYAxisValues="0" bgColor="F4F4F4,FFFFFF" showBorder="0" canvasbgColor="F4F4F4" canvasBorderColor="F4F4F4" canvasborderalpha="0" chartLeftMargin="0" chartRightMargin="0" chartTopMargin="0" chartBottomMargin="0" plotGradientColor="" numDivLines="0" plotSpacePercent="50" showPlotBorder="0" plotFillRatio="50,50" plotFillAlpha="100,100" plotFillAngle="260" yAxisMaxValue="169.65">

<set name="RC" value="145" color="0cb302"/>

<set name="AP" value="1" color="0dc702"/>

<set name="VI" value="1" color="0bb001"/>

<styles>

<definition>

<style type="Shadow" name="Shadow_1" Angle="90" Color="043b01" Alpha="100" blurX="0" blurY="0" Strength="1"/>

<style name="myValuesFont" type="font" size="9" color="676767" bold="1"/>

<style name="myLabelsFont" type="font" font="Arial" size="11" color="676767" bold="1"/>

</definition>

<application>

<apply toObject="CANVAS" styles="Shadow_1"/>

<apply toObject="DataValues" styles="myValuesFont"/>

<apply toObject="DataLabels" styles="myLabelsFont"/>

</application>

</styles>

</graph>

 

 

 

 

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="230" height="220" id="Pie3D" >

<param name="movie" value="FCF_Column2D.swf?" />

<param name="FlashVars" value="&dataURL=data.xml&chartWidth=230&chartHeight=220">

<param name="quality" value="high" />

<param name="wmode" value="transparent">

<embed src="FCF_Column2D.swf?ChartNoDataText=Sem Dados" flashVars="&dataURL=data.xml&chartWidth=222&chartHeight=215" quality="high" width="222" height="215" name="Pie3D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"/>

</object>

Share this post


Link to post
Share on other sites

I am getting following error "Invalid Xml data " on IE8 while its works on FF and chrome.Please chk my code posted below.

 

 

 

 

 

<?xml version="1.0"?>
<graph caption="" subCaption="" decimalPrecision="0"  divlinedecimalPrecision="0" limitsdecimalPrecision="0" yAxisName=""  showYAxisValues="0" bgColor="F4F4F4,FFFFFF" showBorder="0"  canvasbgColor="F4F4F4" canvasBorderColor="F4F4F4" canvasborderalpha="0"  chartLeftMargin="0" chartRightMargin="0" chartTopMargin="0"  chartBottomMargin="0" plotGradientColor="" numDivLines="0"  plotSpacePercent="50" showPlotBorder="0" plotFillRatio="50,50"  plotFillAlpha="100,100" plotFillAngle="260" yAxisMaxValue="169.65">
 <set name="RC" value="145" color="0cb302"/>
 <set name="AP" value="1" color="0dc702"/>
 <set name="VI" value="1" color="0bb001"/>
 <styles>
   <definition>
     <style type="Shadow" name="Shadow_1" Angle="90" Color="043b01" Alpha="100" blurX="0" blurY="0" Strength="1"/>
     <style name="myValuesFont" type="font" size="9" color="676767" bold="1"/>
     <style name="myLabelsFont" type="font" font="Arial" size="11" color="676767" bold="1"/>
   </definition>
   <application>
     <apply toObject="CANVAS" styles="Shadow_1"/>
     <apply toObject="DataValues" styles="myValuesFont"/>
     <apply toObject="DataLabels" styles="myLabelsFont"/>
   </application>
 </styles>
</graph>




<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"  width="230" height="220" id="Pie3D" >
     <param name="movie" value="FCF_Column2D.swf?" />
     <param name="FlashVars" value="&dataURL=data.xml&chartWidth=230&chartHeight=220">
     <param name="quality" value="high" />
     <param name="wmode" value="transparent">
     <embed src="FCF_Column2D.swf?ChartNoDataText=Sem Dados"  flashVars="&dataURL=data.xml&chartWidth=222&chartHeight=215"  quality="high" width="222" height="215" name="Pie3D"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  wmode="transparent"/>
</object>

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

I am afraid, we are unable to replicate the issue,as the code is working fine from our end in IE8.

 

Please find the screenshot attached for your reference.

post-10517-0-80159900-1325237642_thumb.png

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