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
4
votes
2 answers

Change font and time aixis labels in DyagrammeR>mermaid>gantt chart

I made this gantt chart in R using diagrammer::mermaid (reproducible code below): It is nice, but I would like to: Increase font size (I suppose this will make each line wider, making the current very long rectangle slightly more "square". I am…
LucasMation
  • 2,408
  • 2
  • 22
  • 45
4
votes
2 answers

Add shading to a gantt chart to delineate weekends

I have created a gantt chart using ggplot, code below: # load packages require("ggplot2") require("reshape2") ############################################################################### # Create list of tasks name strings. tasks <- c("Write…
Lorcán
  • 555
  • 3
  • 15
4
votes
1 answer

Customize Google Chart (Gantt Chart)

I am currently working on creating Gantt Chart using Google Chart. Customizing the chart is what I seek. Gant Chart How would you create a Gantt chart with multiple bar on a single row? Please see the image attached.
Atashi Dubz
  • 241
  • 1
  • 3
  • 14
4
votes
2 answers

Print Large SVG in multiple pages (A4)

Good morning, cere's my problem: I'm using Twoproject Gantt in my company website (link to gantt). I want it to be printable. Problem: the gantt is a very long and it gets printed only partially in a single A4 page. I would like it to be printable…
silviagreen
  • 1,679
  • 1
  • 18
  • 39
4
votes
1 answer

Gantt chart from scratch

Task I'd like to create a Gantt chart with JavaFX from scratch. Example Let's say I have 2 machines Machine A and Machine B and they have 2 states Online (green) and Offline (red). I'd like to show their states at given time intervals in horizontal…
Roland
  • 18,114
  • 12
  • 62
  • 93
4
votes
1 answer

ggplot2: changing colors of segments in geom_segment gantt chart?

i'm trying to make a gantt chart in ggplot2. i'm having troubles changing the colors and spacing of each segment in a geom_segment() > head(g672) mobility start endtime 1 active 0.00000 1.60157 3 active 1.60157 59.65837 5 active…
R-MASHup
  • 365
  • 2
  • 9
4
votes
2 answers

How could I create a Gantt-like chart in a datawindow (Powerbuilder)

I want a rather simple (and cheap) solution, just for presentation purposes (and just to show the task duration bars - no connection lines between them). So, I am not interested in buying some advanced custom control like this for example. Have any…
gd047
  • 29,749
  • 18
  • 107
  • 146
4
votes
6 answers

Interactive gantt chart component for flex

My company have a web application product for distribution planning and scheduling. An important part of it is a gantt chart component where user can fine tune the schedules. Currently the gantt chart component is pure javascript+dhtml. I am…
bungrudi
  • 1,417
  • 1
  • 17
  • 24
4
votes
4 answers

How to develop GWT widget?

I want to develop my GWT Widget. This widget draws Gantt chart and has drag - drop property. It will be simple form of Deskera Where can I start to develop this widget? Any advice?
firstthumb
  • 4,627
  • 6
  • 35
  • 45
4
votes
1 answer

Formula to find the header index of the first non blank cell of a range in Excel?

I have this table, which can be seen as a basic custom gantt chart: And I would like to fill the A column with start dates, based on the first filled cell of the range on the same row, and the header value of its respective column (row 1). It's…
DavidD
  • 1,009
  • 1
  • 14
  • 29
4
votes
2 answers

How to build my own gantt chart with JS

I am about to see if Javascript in a HTML5 canvas is capable of building my own gantt chart. The chart should provide drag and drop. Is there a library that gives me a good basis? so I don't have to build everything from scratch.
greg121
  • 914
  • 1
  • 11
  • 19
3
votes
1 answer

How to change color of particular sub-task in JFreeChart Gantt Chart?

I have a Gantt Chart with 5 tasks. Each task is divided into 3 sub-tasks. I need to define different color for each sub-task, e.g. Sub-task1: "light blue", Sub-task2: "blue", Sub-task3: "dark blue". I tried to google some examples, but I didn't find…
Klausos Klausos
  • 15,308
  • 51
  • 135
  • 217
3
votes
3 answers

Gantt chart is not displayed for Project Tasks view in Sharepoint 2010

I set up a default Project Tasks view in Sharepoint 2010. However, the default view, which is supposed to be a Gantt chart, doesn't show up. The other views (e.g. All Tasks, Active Tasks) are working correctly. This is on IE7.
Ryan Kohn
  • 13,079
  • 14
  • 56
  • 81
3
votes
0 answers

Putting text of PlantUML gantt chart deliverable/milestone left of diamond?

When looking at: @startgantt [Prototype design] lasts 1 weeks then [Prototype completed] lasts 4 days [End Prototype completed] happens at [Prototype completed]'s end then [Test prototype] lasts 5 days [End Test prototype] happens at [Test…
a.t.
  • 2,002
  • 3
  • 26
  • 66
3
votes
1 answer

Fixed bar width/thickness in plotly.express.timeline

I'm using Plotly Express to draw a Gantt graph. I don't know in advance the number of horizontal lines (the number of "tasks"). I would like the bars to be always the same thickness. (I believe the attribute is width, but since the bars are…
Jérôme
  • 13,328
  • 7
  • 56
  • 106