Sign in to follow this  
AmitAaryan

Y axis values disappear after re-size browser.

Recommended Posts

Hi,

 

I am using Fusion chart ( FUSIONCHARTS XT 3.2.2.1 ). I have prepared chart attributes and object in PHP ( $objFusionChart = new FusionCharts( 'MSLine', '100%', '95%', '', 'transparent' ); ) and rendering it with javascript. Y axis values on Fusion chart are displaying correctly but when I am resizing browser, the fusion chart is removing Y-axis values except minimum and maximum Y-axis value ( However I have not set yAxisMinvalue or yAxisMaxValue ). I could not find any help for my issue, I have attached the images those can help to understand the problem.

 

post-65645-0-53347600-1427978397_thumb.pngpost-65645-0-52292300-1427978406_thumb.png

 

Thanks

Amit

Edited by AmitAaryan

Share this post


Link to post
Share on other sites

Hi,

 

Can you please upgrade to the latest version of FusionCharts and let us know if the problem is resolved.

 

You are using an old version of FusionCharts, we have tested the issue in the latest version and the problem doesn't occur.

 

You can download the latest trial version of FusionCharts here:

http://www.fusioncharts.com/download/

 

Thanks.

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for your quick reply. An alternate way has fixed this issue. We kept X axis width as 100% and Y axis width in pixels (275px). Now it is looking good.

 

Thanks

Amit

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