Harm Millaard Report post Posted November 3, 2012 (edited) I have several charts, that by default start the X-axis at 0. What if I want those charts to start with the scale at 1, or 100 or whatever number as if I were cropping off part of the chart? For instance this chart: in the attachment, how can I set the starting point of the X-scale to 0.60 instead of 0 in order to increase legibility? Edited November 3, 2012 by Harm Millaard Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 5, 2012 Hi, Please try using the attribute "yAxisMinValue" and set it to the minimum value(0.6 in this case). Please note: When you set yAxisMinValue or yAxisMaxValue explicitly, please make sure that all the data values that you input are either greater than min value set and lesser than the max value set. If this rule is not honored, the charting engine will ignore the set yAxisMinValue and yAxisMaxValue to accomodate space for those values. Hope this clarifies. Share this post Link to post Share on other sites
Harm Millaard Report post Posted November 5, 2012 Great suggestion, thanks. This worked perfectly for me and I learned some more about Fusion Charts. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 5, 2012 Hi, I am glad Happy FusionCharting Share this post Link to post Share on other sites