AmitAaryan Report post Posted April 2, 2015 (edited) 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. Thanks Amit Edited April 2, 2015 by AmitAaryan Share this post Link to post Share on other sites
Nabajeet Report post Posted April 3, 2015 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
AmitAaryan Report post Posted April 9, 2015 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
Vishalika Report post Posted April 10, 2015 Glad to know that your issue is resolved. Share this post Link to post Share on other sites