dcwebcat

Slanted Labels - Need Two Lines

Recommended Posts

Hello -

 

I have a 3D column chart that has slanted labels on the xAxis.

 

I am using:  MSColumn3D.swf

 

Is it possible to have each label be two lines instead of one?

 

I have tried using:

 

   <categories>
      <category name='LINE 1{br}LINE 2' hoverText='TEXT'/>
   </categories>
 
The second line does not show up.

 

 

 

Thank you!

Edited by dcwebcat

Share this post


Link to post
Share on other sites

Hi,

 

I tried to use the below quoted XML and the chart shows the second line too. 

<chart labelDisplay='Rotate' slantLabels='1'> 
   <categories>
         <category name='LINE 1 {br}LINE 2' hoverText='TEXT'/>
   </categories>
   <dataset seriesName='2006'>
      <set value='27400' />
   </dataset>
</chart>

I have used the latest version of FusionCharts v3.3.1 SR3 to test the MSColumn3D chart. If you are using an older version, could you please try using the latest version and let me know your feedback?

 

You may download the trial copy of latest version from  http://www.fusioncharts.com/download/trials/

 

Awaiting your response.

post-37797-0-72515000-1389355207_thumb.png

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