FusionCharts Forum: Gantt Chart - Wrap Process Labels - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Gantt Chart - Wrap Process Labels

#1 User is offline   kdalal 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 09-March 10

Posted 09 March 2010 - 10:43 AM

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.

0

Other Replies To This Topic

#2 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 09 March 2010 - 11:30 AM

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.
Regards,
Madhumita Chakraborty

Follow us on Twitter :)
1

Other Replies To This Topic

#3 User is offline   Macsanega 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 23-December 10

Posted 15 March 2011 - 06:39 AM

Thanks!!!
I had the same problem. Now been resolved.
Very Very Thanks!
0

Other Replies To This Topic

#4 User is offline   Angshu 

  • Supreme Being
  • Group: Administrators
  • Posts: 3222
  • Joined: 08-December 10

Posted 15 March 2011 - 07:20 AM

Hi,

Welcome to FusionCharts Forum!Posted Image

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

Happy FusionCharting!Posted Image
Help us improve our documentation with your precious feedback at:

http://documentation...sioncharts.com/

Best,

Angshu

Follow us on @Twitter


0

Other Replies To This Topic

#5 User is offline   Nilanjan Saha 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 03-August 11
  • LocationJamshedpur, India

Posted 03 August 2011 - 01:16 PM

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?

This post has been edited by Nilanjan Saha: 03 August 2011 - 01:17 PM

0

Other Replies To This Topic

#6 User is offline   Nilanjan Saha 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 03-August 11
  • LocationJamshedpur, India

Posted 03 August 2011 - 02:06 PM

After little more probing. Has this issue got something to do with RenderChartHTML & RenderChart?

I am using RenderChartHTML currently.
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic