redherring917 Report post Posted January 5, 2011 Hi there. My chart legend is sitting right on top of my x-axis labels (please see screenshot below). If I set showRealTimeValue='1', the real time values plotted then display below my x-axis labels, and my legend displays below the real time values, but I don't want to show the real time values so I've set showRealTimeValue='0'. Your help is greatly appreciated. Thanks! Share this post Link to post Share on other sites
Guest Angie Report post Posted January 6, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us the code to look into the issue? Awaiting for your reply. Share this post Link to post Share on other sites
redherring917 Report post Posted January 6, 2011 Thanks. Here it is: <chart caption='Calls Made per Rep' dataStreamURL='FusionWidgets/data/RealTimeColumn1.asp' refreshInterval='3' borderColor='899FB6' canvasborderColor='DAE1E8' canvasBgColor='FFFFFF' bgColor='EEF2FB' numDivLines='6' divLineColor='DAE1E8' divLineAlpha='75' alternateHGridAlpha='30' decimals='0' baseFontColor='899FB6' outCnvBaseFontColor='444C60' toolTipBorderColor='DAE1E8' toolTipBgColor='FFFFFF' toolTipSepChar=' ' showAlternateHGridColor='1' alternateHGridColor='DAE1E8' numDisplaySets='54' showLegend='1' showLabels='1' showRealTimeValue='0' showShadow='1' slantLabels='1' showPlotBorder='0' plotBordercolor='FFFFFF' plotGradientColor='' labelDisplay='rotate' canvasLeftMargin='50' showSum='1'> <categories> </categories> <dataSet color='B3C1D0' seriesName='rep1' showValues='0'> </dataSet> <dataSet color='6582A0' seriesName='rep2' showValues='0'> </dataSet> <dataSet color='FFFF66' seriesName='rep3' showValues='0'> </dataSet> <dataSet color='99FFFF' seriesName='rep4 showValues='0'> </dataSet> <dataSet color='FFCCFF' seriesName='rep5' showValues='0'> </dataSet> <dataSet color='CCFFFF' seriesName='rep6' showValues='0'> </dataSet> <dataSet color='CCCCCC' seriesName='rep7' showValues='0'> </dataSet> <styles> <definition> <style type='font' name='captionFont' size='14' color='899FB6'/> <style type='font' name='subcaptionFont' color='899FB6'/> </definition> <application> <apply toObject='Caption' styles='captionFont' /> <apply toObject='SubCaption' styles='subcaptionFont' /> </application> </styles> </chart> Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 11, 2011 Hi Please try adjusting the value for the attribute legendPadding. For instance, try setting, legendPadding='50' . Hope this works out for you. Srividya Sharma Share this post Link to post Share on other sites
redherring917 Report post Posted January 11, 2011 That works wonderfully. thank you! Share this post Link to post Share on other sites
Guest Angie Report post Posted January 12, 2011 Hi, Thanks for your appreciation. We are glad to know that your issue has been resolved. Keep FusionCharting! Share this post Link to post Share on other sites