Clara Report post Posted September 2, 2014 Hi,I have a question concerning the YAxis options. For a basic chart, FusionCharts XT defines automatically the YAxis values. Is it possible to configure the step between YAxis values (as labelStep for XAxis)?For example, actually values : 4 - 8 - 12 - etc. I would like : 1 - 2 - 3 - 4.If this option is not supported, is it possible to add it for a next version of fusioncharts ?Thanks,Clara Share this post Link to post Share on other sites
Nabajeet Report post Posted September 3, 2014 Hi Clara,You can use yAxisValuesStep to achieve the same effect as labelStep in case of Y Axis values.For achieving the output you have shown in the example, you should set numDivlines according to the number of Y axis values you want to display, also do not forget to set adjustDiv to 0 before setting numDivlines.You can set explicit lower and upper limit values for Y axis using the attributes 'yAxisMinValue' and 'yAxisMaxValue'Hope this helps. Share this post Link to post Share on other sites