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
3
votes
0 answers

Plotly Gantt callbacks and click events

I've done a bit of research and found that plotly does not natively support click and hover events like the scatter plot does. Can someone find a way around this? I need to be able to click on a Task and use it in a callback to feed to another…
Aliisa Roe
  • 136
  • 2
  • 8
3
votes
1 answer

Plotly Gantt diagram

I need have a Dataframe (dfGant) with this structure: Task Start Finish Resource 0 1 MS: undef. Stop 06:57:03 06:57:18 PL 1 2 BD: Sealent fail PRST …
Eric Stralsund
  • 541
  • 1
  • 5
  • 17
3
votes
1 answer

How to use facet_grid with a gantt chart R with ggplot2

I have a basic gantt chart with the following code require("tidyverse") task0 <- c('Strategy 1', 'Strategy 1', '2017-04-01', '2020-04-01',0, "Strategy") task1 <- c('Strategy 1', 'Collect data', '2017-04-01', '2018-04-01',1, "In Progress") task2 <-…
John Bowyer
  • 1,213
  • 1
  • 15
  • 26
3
votes
2 answers

How to get gantt plot using matplotlib for task with start time and end time upto millisecs

I am having data in a dataframe for each task with start time, end time and status. I want to draw a gantt chart for this. I tried following other question on stackoverflow (link) but they used numerical values so not able to use them. Below is the…
LOrD_ARaGOrN
  • 3,884
  • 3
  • 27
  • 49
3
votes
1 answer

Stacked Bar Chart that shows multiple rows of data together for a single line on a chart

I am working on a smaller data set to create a gantt chart that displays data for multiples rows on a single line chart. For example an activity A is started on a certain date on Line 1 for 2 days and then same activity is started again on a certain…
Ebad Ali
  • 600
  • 1
  • 6
  • 29
3
votes
1 answer

How to use Highcharts Gantt chart in angular?

Highcharts Gantt is currently in Alpha but we can use it with this link I'd like to use this library in a angular project but I have not found any documation to help me in this direction. Is it possible? If so, what is the procedure? In the case…
3
votes
1 answer

Angular Gantt - How to set from-date and to-date range to show only required minutes?

I am working an Angular Gantt Charts. I set my Gantt chart headers to show only minutes. Also I want to set from minutes and to minutes range. I have coded like below. But It always display the entire day view as minutes. Any idea? to show only the…
VijayVishnu
  • 537
  • 2
  • 11
  • 34
3
votes
1 answer

Creating a "stacked" Gantt chart in Tableau?

I'm working with a dataset that describes contract durations with a list of companies. Obviously all contracts have a start date and a (minimum) duration. Some contracts however, are subject to possible prolongation. Here's a data example: Company…
Morten Nielsen
  • 325
  • 2
  • 4
  • 19
3
votes
1 answer

Gantt view or hierarchical grid

Is there any any free Gantt view grid control or hierarchical grid view available in WinForms? I require a grid that looks like an MS project task list, but it should not contain a right side calendar view as in MS project. My requirement is just to…
mani
  • 31
  • 1
3
votes
0 answers

How to use Afreechart library to make Gantt graphics

I want to use the library Afree chartto do an app with a Gantt graph (also called timeline graph). I thought i can use this library after watching this picture enter link description here And so i have to create a Bar Chart, anyone is using this…
Captivesave
  • 69
  • 1
  • 11
3
votes
1 answer

Create a Gantt (Stacked Bar Chart) in excel with time breaks

I have been struggling with creating an more advanced Gantt chart with Excel than the simple Stacked Bar Chart that is typically used in the examples I have seen in the web. For my example I would like to group multiple rows for the and entity on…
DaveB
  • 181
  • 3
  • 11
3
votes
1 answer

Best way of finding the number of people needed

I have some daily data with the starting time and ending time of an action. Every action requires one person. I want to know how many people I will need. Here is an example of the data (I am using python): [str(d.start) + " || " + str(d.end) for d…
Paul Fournel
  • 10,807
  • 9
  • 40
  • 68
3
votes
1 answer

customize height to DHTMLX gantt

I have the gantt height in 100% but if the gantt have a lot of information he create a scroll or if have a little information he create a big square with the information and very big space untill the square finish. Any idea, please, Help. What I…
Marion
  • 335
  • 1
  • 4
  • 15
3
votes
1 answer

Interactive Gantt chart using primefaces

Can anyone suggest me how to create interactive gantt chart in ejb 3.1 application. I need to display interactive gantt chart using jsf. I am using primefaces 3.4.2 and primefaces extensions 0.6.2. Thanks&Regards, Nadhiya Shanmugam.
nadhiya
  • 31
  • 2
3
votes
3 answers

Any jQuery Gantt Chart with Treeview, Zoom and editing features?

I have to integrate a Gantt Chart like tool in a room booking solution using jQuery. The Gantt should be very interactive one rather than simply displaying data. It should respond to drag & drop, it should have a tree view on the left side to group…
Xmindz
  • 1,282
  • 13
  • 34