ebry100 Report post Posted August 5, 2011 Hi, Can somebody help me with this problem: I have Fusion Widgets Developer v3.1 and I made an Gantt Chart but I when 2 activities are too near or parallel. The label overlaps one with each other. I attached an Image Thanks Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 22, 2013 Hi, We are glad to announce our latest version of FusionWidgets XT supports JavaScript variant of Gantt Chart. This Gantt chart falls under FusionWidgets XT v3.3.1, can you please try using this version? and let us know your feedback? Please refer this post for more information: http://forum.fusioncharts.com/topic/13689-javascript-variant-of-gantt-chart/ Share this post Link to post Share on other sites
Sanjukta Report post Posted April 22, 2013 Hi, Can somebody help me with this problem: I have Fusion Widgets Developer v3.1 and I made an Gantt Chart but I when 2 activities are too near or parallel. The label overlaps one with each other. I attached an Image Thanks Please try using the latest Gantt chart from the FusionWidgets v3.3.1 pack and see if this helps. For the JavaScript Variant Of Gantt Chart, please refer this post: Ref.- http://forum.fusioncharts.com/topic/13689-javascript-variant-of-gantt-chart/ Hope this helps. Share this post Link to post Share on other sites
Diogo Report post Posted July 12, 2017 Hi, I'm having the same issue... FusionWidgets V3.12.1 Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted July 12, 2017 Hi, Kindly elaborate your query with sample image or share the sample replicating the issue in JS fiddle, so that we can assist further. Share this post Link to post Share on other sites
Diogo Report post Posted July 12, 2017 Sorry, my bad... I'm working on a Gantt chart, where I'm scheduling task for my team. Many of these tasks occur in parallel. I tried to use labels, so i could see all the tasks independently. I just attached the image and my gantt chart code. gantt.txt Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted July 12, 2017 Hi, Thanks for replying back. On investigating, I found that you are generating the task object dynamically. Please confirm us the problems that you are facing, also the source code contains two arrays pessoas and count are not declared. For reference you check this examples - http://www.fusioncharts.com/javascript-chart-fiddles/?type=gantt-chart Also for details regarding gantt chart refer here - http://www.fusioncharts.com/dev/gauge-and-widgets-guide/gantt-chart/introduction.html Share this post Link to post Share on other sites
Diogo Report post Posted July 12, 2017 The tasks are generated through a sql query in another php. The 'start' and 'end' date of each task are loyal to the database. What i'm trying to do is to plot each task in a 'different line'. If one task from Jean goes from Jun, 10 until Jun, 20 and another task from Jean goes from Jun, 15 to Jun 25, the second task is plotted above the end of the first one, and it's not easy to see when the first one finishes. I attached a image of what I'm looking for, but instead of using 'planned' and 'actual', I'm using the 'j' variable to name each task for a different person. The first task for Jean is named '0', the second is named '1' and so on... and that repeats for every responsible Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted July 13, 2017 Thanks for replying back. According to your requirement please use height and toppadding attribute at the task level and set the value in percentage, this will differentiate the two tasks for each process id. Please check this fiddle for reference - http://jsfiddle.net/fusioncharts/24hkmdn2/ Share this post Link to post Share on other sites
Diogo Report post Posted July 13, 2017 Thanks Ayan!! Problem Solved! Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted July 13, 2017 Good to know Share this post Link to post Share on other sites