prabin Report post Posted April 2, 2015 Hi, Given the lower limit and upper limit values, I want to scale the Y-axis of my fusion chart. The height of the bar representing the Y-axis value is too high and I want to scale it down to some factor. Thanks! Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted April 3, 2015 Hi, The y-axis max value can be configured as per your requirement. Make use of the "adjustDiv" attribute in your chart element and set it 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. Please refer the fiddle below for implementation: http://jsfiddle.net/fusioncharts/FUmug/ Hope this helps. Share this post Link to post Share on other sites