kem_pr

Left Side X-Axis Label Cut Off

Recommended Posts

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"

}

post-12191-0-15560800-1331582084_thumb.png

Edited by kem_pr

Share this post


Link to post
Share on other sites
Guest Bindhu

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 :D

post-23884-0-93787500-1331612534_thumb.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now