Questions tagged [gantt-chart]

For any issues relating to creating, rendering, and using Gantt charts.

A Gantt chart is a type of bar chart that illustrates a project schedule. Gantt charts illustrate the start and finish dates of the terminal elements and summary elements of a project. Terminal elements and summary elements comprise the work breakdown structure of the project. Some Gantt charts also show the dependency (i.e., precedence network) relationships between activities. Gantt charts can be used to show current schedule status using percent-complete shadings and a vertical "TODAY" line.

https://en.wikipedia.org/wiki/Gantt_chart

831 questions
-2
votes
1 answer

Add an empty gantt to a serie

I want to add an empty gantt serie to a TGanttSeries. How to do that ? I want that serie draw on the chart even is empty. I tried to put Serie.AddGanttColor(0, 0, i, SerieName[i], clBlue); but it print a bar on 30/12/1899... Here a picture of what I…
-2
votes
1 answer

How to save resource assignments on Bryntum's Gantt?

I have an resource assignment column on my Gantt. I can change the assignments but I want to know how to save them ? Also can I change the assignment default unit of percentage tot hours.
-2
votes
1 answer

What functions work best in excel when comparing time for scheduling using a gantt chart

Having issues with this basic concept. I am making a gantt chart that displays agent coverage for the day. The issue I am having is I set the start time and the end time and their lunch and it ignores the lunch. I currently have this Agent…
sin0cide
  • 65
  • 10
-2
votes
3 answers

Building gantt charts in javascript

I want to build a gantt chart on web . I came across the link like but I couldn't get much from those links and by googling it I came across many repo. where it's code is made public . Is there any other resource to be a little helpful for making a…
user1305313
  • 17
  • 1
  • 5
-3
votes
1 answer

Draw line between to elements automatically using jquery or javascript

I have built a Gantt chart layout out and I need to be able to draw the connecting lines between the tasks. The tasks are just divs with a background color and height, width etc.. I will add attributes to the div's to specify which task is related…
user794846
  • 1,881
  • 5
  • 29
  • 72
-4
votes
1 answer

Gantt charts with Flask

I need a sample code to represent some data in Gantt chart using flask.
1 2 3
55
56