chander Report post Posted July 2, 2015 (edited) Hi , i am writing the following code for the full screen for the fusionchart version 3.2.4-sr1.9888 and it's working fine but when i use the same code in the fusionchart version 3.5.0 its coming but the chart is not coming in the fullscreen.The first image that i have uploaded is the one which is working fine but the second one is not working Here is the Code: <div style="display:none; height:500px; width:1200px;" > <div id="portlet2_full_chart" align="center" style=" height:500px; width:1200px;"> <script type="text/javascript"> var chart = new FusionCharts("libs/fusion_charts/swf/MSColumn2D.swf", "ChartId", "1200px", "500px"); chart.setDataURL("xml/prod_utility_overview/productivity_cp_vs_lp.xml"); chart.setTransparent(true); chart.render("portlet2_full_chart"); </script> </div> </div> Edited July 2, 2015 by chander Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 6, 2015 Hi Chander, Thanks for the post. Could you please try removing the style="display:none; from the div or try setting its visibility to none. Please share your observations if the issue still persists. Awaiting response. Share this post Link to post Share on other sites
chander Report post Posted July 6, 2015 (edited) Thanks for replying back .Yes it worked by removing display:none.But when i remove display:none then the chart is coming down by default.How to make it not come down. Edited July 6, 2015 by chander Share this post Link to post Share on other sites