Robert D.

Small Chart

Recommended Posts

I have the charts integrated on my development site. Everything looks great I think, however on the homepage there are 2 small charts and they just aren't looking good...very small they aren't taking up the space provided. I removed the y and x legends and it made it at least viewable but there is still a good amount of empty space on the left side. Is there something I can do to fix this? Here are some links so you can see the chart on the homepage and see the source:

Thanks Everyone!!!

 

Robert

Share this post


Link to post
Share on other sites

Hi,

 

You need to add some tweaks in the XML using chart margin attributes, font size, padding etc.

 

Please check:

 

<chart labelDisplay="WRAP" NumberSuffix="%" caption="" yAxisMaxValue="100" bgColor="FFFFFF" chartTopMargin='0' chartTopMargin='0'chartRightMargin='0' chartLeftMargin='-6' chartBottomMargin='-3' showBorder='1' labelPadding='0' YaxisValuesPadding='0' baseFontSize='9'>
<set label="YES" value="33"/>
<set label="NO" value="67"/>
</chart>

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