Skip to main content

All Questions

Tagged with
0 votes
0 answers
341 views

Reproduce gantt chart with plotly

I have made a gantt plot with the vistime library in R and want to reproduce it with plotly. Here's the result with vistime package and the result with plotly The problem is the vistime plot there ...
AndCh's user avatar
  • 315
0 votes
1 answer
519 views

Is it possible to make a gantt chart in ggplot with multiple time intervals on the same chart?

I am trying to create a gantt chart in R where I can have the timeline of Actual Start and Actual Finish vs. Proposed Start and Proposed Finish on the same chart as a comparison. So the y-axis would ...
Harry Kalsted's user avatar
1 vote
1 answer
105 views

How to reorder date axis in descending order ggplot2

`I'm creating a gantt chart. If I reorder by ascending date, the chart plots fine, but I'd like to follow gantt chart convention and have the tasks plotted on the y axis by the x axis date in ...
EpiPotts's user avatar
2 votes
2 answers
1k views

How to indicate expected dates and actual dates in a Gantt chart?

I am trying to create a Gantt chart which involves planned and actual start/end dates. I would like same tasks to overlap like: So far this is my code. import plotly.figure_factory as ff import ...
user14773854's user avatar
1 vote
1 answer
173 views

How do I word wrap in timevis?

I've made a gantt chart with timevis in R. Some of the bars in my gantt chart have quite long text in, so anything after about the 10th word is cut off. Is there a way to wrap the words into second or ...
Mike's user avatar
  • 1,111
0 votes
0 answers
52 views

Is there a way to create this chart in R?

I have tried to create this gantt chart in R but I am not a fan of the multiple rows per task. I want to try to have a row per person assigned to a task instead. This is an image of what I mean: As ...
jostho99's user avatar
2 votes
2 answers
114 views

Visualizing a project tracker in R

Does anyone have any ideas on how to visualize something like this using R? Basically I want to make a plot to track the percentage completeness of different jobs in a few projects. The percentage ...
zxy's user avatar
  • 23
1 vote
1 answer
72 views

Why is the time axis in my ggplot2 gantt diagram German?

I have the following tibble and wanted to make a Gantt diagram with it as in this tutorial, which worked fine on first glance. gantt <- tibble(wave = c("Baseline", "Follow-up 1",...
skranz's user avatar
  • 53
0 votes
1 answer
101 views

Gantt chart to show timeline of construction process of buildings

Below is a table containing the timeline of the construction of three buildings. The timelines include the start date, completion of each process - foundation, structure, and interior. How can we ...
SiH's user avatar
  • 1,516
0 votes
0 answers
492 views

How to make a 'stacked' gantt chart using Plotly in R

Please be patient as I'm quite new to posting on here/R. I'm looking to create a gantt chart using Plotly in R, but for each task I will have multiple entries e.g. a task starts at 10:00 - 11:00, then ...
xoxo's user avatar
  • 53
0 votes
1 answer
72 views

Show flexible, data-aware Gantt Chart Segments in ggplot2

For some reason, the X axis is plotted with fixed spacing which does not represent the actual time periods. The black tenure segements all have the same size although they should show the different ...
TomTe's user avatar
  • 319
2 votes
2 answers
285 views

Adding bubbles to a gantt chart to indicate whether an end date has happened or not ggplot2

I am creating a gantt chart to monitor adverse events for a clinical trial. I have created a gantt chart that plots how many days from their enrollment date in the study the adverse event started and ...
Andrew's user avatar
  • 107
0 votes
0 answers
79 views

gantt type plot combined with bar plot

I have this data set work_time_nurses <- list( list(name='Nurse 1', level=1, start= 8:00, end= 17:00), list(name='Nurse 2', level=1, start= 8:00, end= 17:00), list(name='Nurse 3', level=...
onhalu's user avatar
  • 747
0 votes
0 answers
231 views

How to make vistime plot in R customizable

I want to be able to click one bar of the gantt chart created in vistime plot to see the details of all the related events of that category. Is that customization possible with vistime? Also, how can ...
Mriti Agarwal's user avatar
1 vote
1 answer
501 views

Creating Gantt charts with ggplot2: can the scale_x_date function display dates as quarters (eg Q4 2020)?

I'm preparing Gantt charts using ggplot2. I've found a mostly serviceable approach, but I'd like to further improve my output. The following sample code creates a dataframe (set up like this because ...
jsgraydon's user avatar
  • 242

15 30 50 per page