sahayaraj123 Report post Posted March 12, 2009 Hi I am using the Fusion charts v3.1. I have two issues: 1 ) I need the chart's x-axis lables to adjust automatically... Is there any option to auto adjust?. 2 ) How to decrease the width between the x-axis values in the charts. Please give your reply. It will very use full for me.. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted March 12, 2009 (edited) Hi, I am afraid, both of these features is not supported as of now. But you could try using rotateLabels='1' and labelDisplay attribute in <chart> element. labelDisplay String WRAP, STAGGER, ROTATE or NONE Using this attribute, you can control how your data labels (x-axis labels) would appear on the chart. There are 4 options: WRAP, STAGGER, ROTATE or NONE. WRAP wraps the label text if it's longer than the allotted area. ROTATE rotates the label in vertical or slanted position. STAGGER divides the labels into multiple lines. rotateLabels Boolean 0/1 This attribute lets you set whether the data labels would show up as rotated labels on the chart. Edited March 12, 2009 by Guest Share this post Link to post Share on other sites
sahayaraj123 Report post Posted March 13, 2009 Hi Rahul. Thankyou verymuch for your imediate reply. Share this post Link to post Share on other sites
oburixus Report post Posted December 4, 2009 Hello, I came across several similar questions, regarding adjusting the gap size betweeen x-axis values. This is the earliest I have found about the question (other one was in June i believe), and you said that the feature request was added and will be released in next update. Since its been around 9 months since this post, any status updates? This is a common issue/request i believe, and would be great to be able to adjust the gap between x values. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 4, 2009 Hello, I'm afraid, this feature has still not been implemented. As of now, the possible alternative is to either adjust the total width of the chart or the width of the canvas by using paddings and margins. ref. - http://www.fusioncharts.com/docs/?AttDesc/Padding.html http://www.fusioncharts.com/docs/?ChartSS/Column2D.html#Anchor6 Share this post Link to post Share on other sites