redherring917

Chart Legend Sits On Top Of X-Axis Labels?

Recommended Posts

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!

 

chartlegend.png

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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

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
Guest Angie

Hi,

 

Thanks for your appreciation.

 

We are glad to know that your issue has been resolved.

 

Keep FusionCharting!smile.gif

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