Sign in to follow this  
Malay

making the chart width and height to be 100%

Recommended Posts

Hi Pallav

 

 

 

I have a small issue with all the charts where I want to make all the chart width to be 100%. The reason being we use these charts inside a portal container and all are being rendered as different portlets within the DIV tag of the portlet. Now if the layout is changed by the user dynamically then the chart width that we set initially are same, so we need to set each time the width and height, the other issue is with resolution change, cases where the same chart page is accessed in a 19" monitor/bigger resolution then the chart does not scale to the area.

 

 

 

I saw in SWFObject.js there is way by which this is possible. For example

 

 

 

new SWFObject("XMLGen_1.swf","XMLGen_1",[b]"100%", "100%"[/b],"8","#EDEDED");

 

 

 

Is it also possible using FusionCharts.js ?

 

 

 

Any positive response in this regard is highly appreciated.

 

 

 

Thanks & Regards

 

Malay.

Share this post


Link to post
Share on other sites

Hi Pallab

 

 

 

Thanks for the quick reply. I would give a try and get back if having any issues. Hope it supports all type of graph .swfs.

 

 

 

Thanks & Regards

 

Malay.

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