Anthony Jaraza Report post Posted June 9, 2011 I would like to hide/remove the process names (in blue) from within the Gantt Chart. I tried the process option "width=0" and changing the text color to be the same as the background, the text color changed but the width remain same. Is there a way to accomplish this task ? Share this post Link to post Share on other sites
Guest Angshu Report post Posted June 9, 2011 Hi, Welcome to FusionCharts Forum! This can not be done dynamically. You would need to generate the XML code and re-render the chart in order to accomplish your task. Hope this helps. Share this post Link to post Share on other sites
Anthony Jaraza Report post Posted June 9, 2011 Hi, Welcome to FusionCharts Forum! This can not be done dynamically. You would need to generate the XML code and re-render the chart in order to accomplish your task. Hope this helps. What sort of XML code do I need to generate in order to accomplish this ? Isn't there a "processes" attribute that does this automatically ? I would think it should be the width attribute. Share this post Link to post Share on other sites
alcema Report post Posted June 30, 2014 bump please guys, there is a solution for last question? Thx Alce Share this post Link to post Share on other sites
Swarnam Report post Posted July 1, 2014 Hi Alce, Welcome to FusionCharts Forum Post. Can you please try using the latest product release? <processes width='0'> <process label='' /> <process label='' /> <process label='' /> </processes> For Evaluation version : http://www.fusioncharts.com/download/ Hope this helps. Share this post Link to post Share on other sites