kem_pr Report post Posted March 12, 2012 (edited) The left x-axis label is being cut off in my chart that uses Column2D.swf (see attachment). I'm rotating and slanting the labels (the client would prefer them slanted, not totally vertical as just rotating does). I have tried increasing the chartLeftMargin hoping this would allow for space for the label, but all it does is push the entire canvas further to the right. It seems I need a way to start the first data point further inside the chart canvas. Can this be done? Or is there another way to correct this? I'm using version 3.2.2 Here is the json being passed to the chart for formatting: "chart": { "numDivLines": "0", "showAlternateHGridColor": "0", "baseFontColor": "000000", "labelPadding": "10", "canvasbgAlpha": "0", "showFCMenuItem": "0", "labelDisplay": "Rotate", "useroundedges": "1", "divLineColor": "000000", "caption": "PROMOTION POWER SCORE OVER TIME", "showBorder": "0", "bgColor": "ffffff", "showyaxisvalues": "0", "yAxisMaxValue": "38.0", "chartrightMargin": "0", "footnote": "Promotion Power = The sum of [(Tone of Article in an Outlet) X (Power for that Outlet)]", "outcnvbasefontsize": "11", "exportenabled": "1", "subcaption": "Average Power-Weighted Tone per Time Period{br}{br}Date Range: 03/13/11-03/12/12", "chartleftMargin": "100", "showvalues": "0", "slantLabels": "1" } Edited March 12, 2012 by kem_pr Share this post Link to post Share on other sites
Guest Bindhu Report post Posted March 13, 2012 Hi, Thank you for the post Can you please try setting the "XTLabelManagement" attribute of the chart to 0 ? Ref. Code: <chart XTLabelManagement='0' ...../> Please find attached screen shot of the chart rendered with the above settings. Hope this helps ! Happy FusionCharting Share this post Link to post Share on other sites