Hi,
In my application I am using Column3D, ScrollColumn2D and MSColumn3D charts and I am using "yAxisMaxValue" attribute to set the the max y axis value to the max value of my dataset. The values of my dataset are random numbers which change every 60 seconds as my getting refreshed data and re- rendering the chart. I am finding that many times the grid lines and the corresponding values on the y- axis disaapear.. If I don't use the attribute mentioned then everything works fine.
The behavior for me is quite random but frequent, with some dataset values everything is fine and with some the div lines and y- axis values disappear. I am using ver 3.4.0 of Fusion Chart release.
Please help me as I need to use the attribute as part of application requirement.
For reference, just try renedering any of the mentioned chart with values [97, 67, 46, 70, 22] and yAxisMaxValue=97. This is just one of the random dataset values I saw the issue with for your reference.