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
118
votes
13 answers

Gantt charts with R

How do I create a Gantt chart in R? I'm looking for something sophisticated (looking more or less like this): P.S. I could live without the dependency arrows.
gd047
  • 29,749
  • 18
  • 107
  • 146
35
votes
1 answer

Gantt Chart for GitHub

We've been using GitHub for 6-months now and have more/less figured out "best practices" with regards on how to put in tasks, milestones, etc. However, from a management point of view, there are a few features that are lacking. For instance, Gantt…
someone1
  • 3,570
  • 2
  • 22
  • 35
28
votes
7 answers

Which Gantt chart/Project management tool would you recommend for linux?

I need a Project management tool that works in Linux, and has Gantt charts. It doesn't have to be free, just not expensive. I don't care how it stores the information I give it, as long as I can access it. I must be able to print the Gantt…
J.J.
  • 4,856
  • 1
  • 24
  • 29
27
votes
6 answers

Python: module for plotting Gantt charts

Is there a good Python module for plotting Gantt Charts? I've tried CairoPlot, but it produces buggy results for complex data sets and lacks many configuration options. Code samples and images are highly appreciated. Thanks, Adam
Adam Matan
  • 128,757
  • 147
  • 397
  • 562
24
votes
4 answers

How to plot stacked event duration (Gantt Charts)

I have a Pandas DataFrame containing the date that a stream gage started measuring flow and the date that the station was decommissioned. I want to generate a plot showing these dates graphically. Here is a sample of my DataFrame: import pandas as…
Inkenbrandt
  • 336
  • 2
  • 3
  • 12
22
votes
3 answers

Is there any LaTeX package for drawing Gantt diagrams?

Are there LaTeX packages for (more or less) easily drawing Gantt diagrams? Thanks.
Gabriel
  • 2,313
  • 9
  • 29
  • 41
18
votes
12 answers

Gantt Chart online

I need to insert a horizontal bar chart in a web page. The thing I have to do is very similar to a Gantt Chart. I'd like to use a javascript library for the purpose. I tried jsgantt, but actually it is not very beautiful. I could evaluate also a…
Luca
14
votes
4 answers

javascript gantt charts -charting data by day/hour/minutes

I would like to use data from third party scheduling software to produce gantt or timeline type diagrams for displaying plant scheduling data on web page. Requirements include javascript/html(5)/css solution (no flash if possible) primarily for…
Mustapha George
  • 2,497
  • 9
  • 47
  • 79
13
votes
3 answers

Customize the bar colors in Google Gantt Charts

This should be simple. How can I assign my own colors to the bars in Google Gantt Charts? The gantt is ignoring my colors and automatically assigning blue, red and yellow colors (in that order) to the bars and I can't seem to figure out the problem.…
12
votes
2 answers

Gantt Chart with jQuery

http://jsfiddle.net/JeaffreyGilbert/VkghS/ Currently sorting between rows can be done by dragging barWrap (grey). To move gantt bar can be done by dragging the bar. What I want is sorting and moving can be done at once by dragging the bar. How to…
Jeaf Gilbert
  • 11,495
  • 19
  • 78
  • 105
10
votes
2 answers

Java Swing: Open source Gantt chart library

I'm looking for a good open source Gantt chart library for Java Swing. I tried JFreeChart but it is not able to draw subtask. I tried with SwiftGantt too. It is able to draw subtask, but it is a little unstable and the look and feel is not…
nashuald
  • 805
  • 3
  • 14
  • 31
9
votes
1 answer

How to get gantt plot using matplotlib

I got a number of data…
user6546633
9
votes
3 answers

Gantt editable chart for ReactJs

I'm looking for an editable Gantt chart component that can be used in ReactJS. The need is to plot a resource Gantt chart where the user can change tasks on the time axis and also between the resources. Preferably open source.
Mendes
  • 17,489
  • 35
  • 150
  • 263
9
votes
7 answers

How to calculate average waiting time of Round robin scheduling?

Given this table : Those are the time lines (time slice = 4) : |p1|p1|p2|p3|p4|p5|p1|p2|p3|p4|p5|p2|p3|p4|p5|p2|p3|p4|p5|p2|p3|p3| 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 69 72 75 79 80 Is there a simple way to calculate the…
JAN
  • 21,236
  • 66
  • 181
  • 318
8
votes
2 answers

Classical task-scheduling assignment

I am working on a flight scheduling app (disclaimer: it's for a college project, so no code answers, please). Please read this question w/ a quantum of attention before answering as it has a lot of peculiarities :( First, some terminology…
Bruno
  • 81
  • 1
  • 2
1
2 3
55 56