iorek Report post Posted April 17, 2012 Hi ! First, sorry for my english, i'm french and i don't speak well when sentences are complicated . I got a problem when displaying a graphic on IE 8 with Adobe Flash Player 11 installed. Indeed there is a weird offset of the graphic. It doesn't show properly. I attach some file to show you my problem. i think it's not a css problem cause the current grahpic is properly displayed on an IE on a virtual machine. I did not have this kind of problem with Google Chrome or Firefox with same version of adobe flash player. Did you have any pieces of ideas please Michael work.bmp not work.bmp Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 18, 2012 Hi, Could you please send us the HTML code that you are using to render the chart or any Live URL (if possible) to look into your issue? Awaiting inputs from your end. Thanks. Share this post Link to post Share on other sites
iorek Report post Posted April 18, 2012 (edited) Hi, Thanks for your answer. The code in my view.jsp : <layout:panel key="label.graph1" styleClass="bps-widget"> <br/> <jsp:include page="FC/FusionChartsHTMLRenderer.jsp" flush="true" > <jsp:param name="chartSWF" value="${chartType1}" /> <jsp:param name="strURL" value="" /> <jsp:param name="strXML" value="${strXmlTous}" /> <jsp:param name="chartId" value="myFirst" /> <jsp:param name="chartWidth" value="800" /> <jsp:param name="chartHeight" value="400" /> <jsp:param name="debugMode" value="false" /> </jsp:include> <br/> </layout:panel> The XML code is syntactically correct. Hi, Could you please send us the HTML code that you are using to render the chart or any Live URL (if possible) to look into your issue? Awaiting inputs from your end. Thanks. Edited April 18, 2012 by iorek Share this post Link to post Share on other sites
Guest Bindhu Report post Posted April 23, 2012 (edited) Hi, Thank you for the bit of code. I am afraid, it seems to be an issue with the CSS only, as we can see the FusionCharts Pie chart rendered without any issues in your screen shot. Please check for cross browser compatibilities. I tried using similar parameters and was able to render the chart with out any issues. Hope this helps ! Edited April 23, 2012 by Bindhu Share this post Link to post Share on other sites