chiraga Report post Posted June 8, 2018 Hi, I was wondering if it was possible to set default values for your Y-Axis. For example if I have the values y: [98644729, 88484843, 56464921] x: [1, 2, 3]. I want to be able to have the y-values on the left(check image) show exactly [98644729, 88484843, 56464921] instead of showing generic values Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted June 14, 2018 Hi, Apologies for the delayed response. FusionCharts uses its own internal algorithm to calculate the y-axis div line calculation, also based on the data you have shared since the difference between the intervals are uneven it will not be possible to show the values as [98644729, 88484843, 56464921], you could set the limits using yAXisMaxValue and yAxisMinValue attribute but the mid value will be different than you have specified, you can also control the number of div lines using numDivLine attribute. Share this post Link to post Share on other sites