Pri

Problem displaying lable in 3D MS Combi Chart

Recommended Posts

Hi,

 

I am trying to implement a chart using 3DMsCombi.swf. Everything in that charts gets dispalyed properly except that the Labels are getting overlapped:

  1. because of the lables are very long.
  2. because the size of the chart is small.

PFA the screen shot:

 

3 D chart.bmp

 

Is there a way i can display the lables properly without increasing the chart size? I have tried the following possiblities and it did not help:

 

  1. Increaasing the size of the chart - This works, but my screen looks bad as the size of the chart becomes too big. Also, if the data gets increased I will have to resize the chart again.
  2. Changing the angle of the chart.
  3. Increasing the plot percentage.
  4. Decreasing the font size of the lables.

If there is no exact solution you can help me with some work arround also.

 

Thank you,

Priyanka

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Priyanka,

 

Welcome to FusionCharts Forum!

 

Can you please share the chart XML? also mention the FusionCharts version details.

Share this post


Link to post
Share on other sites

Hi,

 

I am using FusionCharts XT (v3.2.2) Service Release 4 (Released on 6th August, 2012).

 

PFB the xml code i have used:

<chart bgColor='FFFFFF' allowScaling='0' allowRotation='0' palette='1' 
clustered='0' showPlotBorder='0' zGapPlot='40' zDepth='30' 
divLineEffect='emboss' startAngX='5' endAngX='5' startAngY='-50' endAngY='-50' 
canvasBgAlpha='0' canvasBorderAlpha='0' outCnvBaseFontSize='13' 
baseFontSize='11' formatNumberScale='0' showYAxisValues='1' formatNumber='0' 
plotFillRatio='100' legendBgAlpha='0' legendBorderAlpha ='0' LegendShadow='0' 
chartLeftMargin='0' chartTopMargin='0' chartBottomMargin='0' 
chartRightMargin='0' captionPadding='0' yAxisNamePadding='0' 
xAxisNamePadding='0' animation='0' xLabelGap='50'>
 <categories fontSize='9'>  <category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/>  <category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/>  <category 
label='AAAAAAAAAAAAAAAAD'/><category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/>  <category 
label='SAAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/>  <category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/>  <category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/>  <category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/><category 
label='AAAAAAAAAAAAAAAA'/> </categories>
 <dataset seriesname='In Transits' 
color='4E81BD'>  <set value='0'/><set 
value='0'/><set value='18'/><set value='8'/><set 
value='1'/><set value='9'/><set value='5'/><set 
value='9'/><set value='1'/>  <set 
value='16'/><set value='1'/><set value='10'/><set 
value='1'/><set value='2'/><set value='5'/><set 
value='8'/><set value='15'/><set 
value='0'/>  <set value='0'/><set 
value='4'/><set value='1'/> </dataset>
 <dataset seriesname='Received But Not Shipped' 
color='C1504C'>  <set value='1'/><set 
value='2'/><set value='12'/><set value='6'/><set 
value='0'/><set value='4'/><set value='1'/><set 
value='0'/><set value='0'/>  <set 
value='4'/><set value='0'/><set value='9'/><set 
value='0'/><set value='0'/><set value='0'/><set 
value='1'/><set value='2'/><set 
value='0'/>  <set value='2'/><set 
value='9'/><set value='1'/> </dataset>
 <dataset seriesname='Received And Shipped' 
color='9BBB5A'>  <set value='7'/><set 
value='0'/><set value='7'/><set value='2'/><set 
value='4'/><set value='4'/><set value='3'/><set 
value='3'/><set value='0'/>  <set 
value='12'/><set value='0'/><set value='2'/><set 
value='5'/><set value='0'/><set value='4'/><set 
value='9'/><set value='7'/><set 
value='4'/>  <set value='0'/><set 
value='0'/><set value='1'/> </dataset>
 <styles>  <definition>   <style 
name='dataFont' type='font' color='000000' 
bold='1'/>  </definition>
  <application>   <apply 
toObject='DATAVALUES' styles='dataFont'/>   <apply 
toObject='DATALABELS' styles='dataFont'/>   <apply 
toObject='LEGEND' styles='dataFont'/>   <apply 
toObject='CAPTION' 
styles='dataFont'/>  </application> </styles></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