Robert D. Report post Posted December 2, 2010 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: Small Charts on H.P. XML Source if you need it Thanks Everyone!!! Robert Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 3, 2010 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