Sign in to follow this  
chander

FullScreen Issue in version 3.5.0

Recommended Posts

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>

post-66400-0-98234100-1435821690_thumb.png

post-66400-0-96581500-1435821707_thumb.png

Edited by chander

Share this post


Link to post
Share on other sites

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

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 by chander

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