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