Sign in to follow this  
veus_gs

Resize Chart

Recommended Posts

You set the width of the chart.

 

 

 

 

 

var chart = new FusionCharts(

 

url,

 

chartId,

 

width,

 

height,

 

'0',

 

'1' );

 

 

 

But, when you resize the chart for larger widths, you see the delay in rendering

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

As of now, FusionCharts does not support dynamic re-sizing.

In case you wish to re-size the chart you need to re-render the chart, everytime it is updated.

Share this post


Link to post
Share on other sites

Dear Basundhara Ghosal

This is a real problem, solve this please, trust me working whit fusioncharts are a head ache, imagine this case, we draw 10 graphs at same time (it takes a lot of time, solve this too please) and when we maximize this window all the graphs render again (another 10 seconds) .....it makes me crazy!!!!!!! resize event runs 5 times for  each graph

Share this post


Link to post
Share on other sites

Hi,

Your suggestions are very important to us.

So the "100% Dynamic Resizing" feature is included in our soon-to-be released upgraded version, i.e, FusionCharts v3.2.

Hope you would be happy to hear this. :)

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