kdalal Report post Posted March 9, 2010 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 Report post Posted March 9, 2010 (edited) 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 March 9, 2010 by Guest Share this post Link to post Share on other sites
Macsanega Report post Posted March 15, 2011 Thanks!!! I had the same problem. Now been resolved. Very Very Thanks! Share this post Link to post Share on other sites
Guest Angie Report post Posted March 15, 2011 Hi, Welcome to FusionCharts Forum! We are glad to know that your problem has been resolved. Happy FusionCharting! Share this post Link to post Share on other sites
Nilanjan Saha Report post Posted August 3, 2011 (edited) 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 August 3, 2011 by Nilanjan Saha Share this post Link to post Share on other sites
Nilanjan Saha Report post Posted August 3, 2011 After little more probing. Has this issue got something to do with RenderChartHTML & RenderChart? I am using RenderChartHTML currently. Share this post Link to post Share on other sites