deepti Report post Posted October 21, 2014 Hi, I am setting "decimals=0" and not providing y-axis min and max values for my chart. I don't provide "divLInes" too.In this case I hope the fusioncharts logic will set the yaxis min and max values and show the divLines properly.But sometimes the y axis values are getting repeated as you can see in the attached image. How can I fix this issue? Thanks, Deepti. Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted October 22, 2014 Hi deepti, This happens when the Y-max value is not specified for the chart and automatic adjustment of divisional lines takes place which results in repeating of Y-axis. To avoid such results please make use of "adjustDiv" atrribute and this If set to 0, it disables the automatic adjustment of divisional lines and allows you to explicitly specify the number of div lines to render as well as the y-axis lower and upper limits. The documentations link for div-lines of FusionChart might help you. http://docs.fusioncharts.com/tutorial-configuring-your-chart-div-lines-and-grids.html Thanks. Share this post Link to post Share on other sites