deepti

Axis Name Wrapping.

Recommended Posts

Hi,

 

Is it possible to wrap axisnames in fuioncharts 3.2?

 

ref link  : http://forum.fusioncharts.com/topic/10659-axis-name-wrapping/?hl=wrapping

 

thanks,

Deepthy.

Hi,

 

Please note that FusionCharts XT supports advanced label management where the chart intelligently decides on the whether to wrap the label depending on the space availability. However, you can explicitly also set "labelDisplay" to 'WRAP' in the <chart> element of the XML.

 

Could you please upgrade your current version to the latest, i.e, FusionCharts XT (v3.3.1) Service Release 2 and see if this helps?

 

Awaiting your reply.

Share this post


Link to post
Share on other sites

Does fusionchart takes care of wrapping the axis names also.Not only labels? will "labelDisplay" to 'WRAP' work for the axisnames as well. It is the axisnames and not the labels that i want to wrap.And it was not working in the version 3.

Share this post


Link to post
Share on other sites

I have tried with the XYPlot.html smaple in the downloaded package adding a long y axis name and i could see that it was working by default as you said without setting the labelDisplay to WRAP itself.So can you tell me what can be the reason why  the y axis names are not wrapping in my chart?

Share this post


Link to post
Share on other sites

Hey Deepti,

 

Advanced X axis label management has been implemented to achieve the following:
 

  • All the X axis labels should get centrally aligned to the respective data-plots (columns, points on line charts etc.)
  • X axis labels should not overlap each other
  • X axis labels should not overlap with other chart objects such as legends or X axis name
  • Long labels should not go outside the chart
  • Optimized truncation of longer labels and putting ellipses at the end

f you would like to wrap the axis names, try manually including the  {br} statement. If Y axis name is long and chart dimension is small, axis names will be automatically wrapped.

 

Hope this helps.

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