kdalal

Gantt Chart - Wrap Process Labels

Recommended Posts

Is there any way to wrap process labels on a gantt chart?

I specified showFullDataTable = 0 as an attribute of the chart element, but that did not work. We have long process labels and wanted to see if there is any way.

I was able to get horizontal scrollbars, but I would prefer not to have scrollbars, but instead have the process labels wrap.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

 

 

 

What you can do is add line break character( & # 10; ) to break the process labels into multiple lines.

 

e.g. <process label='Documentation of features & # 10; & references' />

 

 

 

I hope this helps you.

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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

 

Happy FusionCharting!biggrin.gif

Share this post


Link to post
Share on other sites

I tried the above solution but it didn't work.

 

<process label="FRONTIER ISLAND # 10; 11018" id="3" />

 

This simply returned FRONTIER ISLAND # 10; 11018

 

While

 

<process label="FRONTIER ISLAND & # 10; & 11018" id="3" />

 

returned an error.

 

ERROR: Invalid XML encountered. An attribute value is not properly terminated. Check the XML data that you've provided. If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them.

 

I have also tried

 

<process label="FRONTIER ISLAND {br} 11018" id="3" />

 

Can anyone suggest where am I going wrong?

Edited by Nilanjan Saha

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