Skip to main content

Questions tagged [gantt-chart]

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

gantt-chart
-2 votes
2 answers
217 views

What could be causing the 'Received NaN for the width attribute' error in gantt-task-react while adding tasks dynamically in React?

Received NaN for the `width` attribute. If this is expected, cast the value to a string. at rect at g at BarDisplay2 (http://127.0.0.1:5173/node_modules/.vite/deps/gantt-task-react.js?v=...
Satyam Tiwari's user avatar
0 votes
0 answers
154 views

Customized Calendar view using @fullcalendar/react NPM package

I need to integrate the calendar view in react application which will show the activities and under each activity we will have multiple tasks. I am attaching the screenshot of my requirement. Can you ...
Shubham's user avatar
  • 210
2 votes
1 answer
604 views

Is there a way to get a drop-down hierarchical gantt in Deneb?

I've seen @david-bacci do some great work in Deneb . Specifically in this post Deneb/Vega-Lite: Hierarchial y-axis on a Gantt chart I want to know though if it is possible to have those top categories ...
mike_mussini's user avatar
1 vote
0 answers
500 views

gantt-task-react: Convert Date to specific format(DD/MM/YYYY) and return as Date Object

I am using gantt-task-react with typescript, facing an issue while displaying the date in the required format(DD/MM/YYYY) I am able to convert the date using dayjs and other conversion methods, but ...
Dora07's user avatar
  • 70
1 vote
0 answers
39 views

Interractive Gantt chart drawing

I need to develop an application that can draw a Gantt chart and the elements can be moved and edited with the mouse. Which programming language is the most suitable for this and what extra libraries ...
kalmi's user avatar
  • 23
0 votes
1 answer
471 views

Grouping Gantt chart elements with the same field value on the same line

I can't get something Please take a look at the picture I have attached below Gantt And I already have absolutely all the values ​​​​to display this chart, and it even turns out like this, as shown in ...
Елена М's user avatar
1 vote
0 answers
141 views

Conditional midnight gridlines in Altair gantt chart

I'm new to altair and I'm trying to set up an interactive gantt-chart, that displays booking times for rooms. With this code I achieve - content wise - the desired output: import altair as alt import ...
tobin_lab's user avatar
  • 305
0 votes
1 answer
75 views

Using Gantt chart with datetime with Taipy

I’m trying to build a Gantt chart but I don’t get what I expected. Following the documentation, here is what I did. I’ve got the following dataframe : start end duration press label color 0 2022-10-22 ...
Rym Guerbi Michaut's user avatar
0 votes
2 answers
121 views

Hide parent task total length in Highcharts Gantt

I am sorting my tasks via a parent task. Each user has his holidays. Because holidays can be set with some time in between, I'd like to hide the parent's task total length which thus does not reflect ...
GuillaumeBB's user avatar
0 votes
1 answer
365 views

Is there a way to edit the bar properties/characteristics in a Plotly Gantt chart that was created using create_gantt()?

I am working on a Gantt chart to track project tasks progress using Plotly. I want to create a chart that would depict each Task as a bar in Gantt chart and the bar should be shaded according to the ...
Div's user avatar
  • 11
0 votes
1 answer
532 views

VBA create gantt chart with day/hour/minute timestamps

I am attempting to create a gantt chart from a start timestamp and end timestamp column. So far, I have the code that creates the dates as columns with a Zero hour and minute timestamp: You will ...
Alex Triece's user avatar
1 vote
0 answers
136 views

Oversight Tasks setup in MS Project

Overview In MS Project 2019, I am having trouble with a task setup. I have one task (oversight) that will last the duration of the project. For example this may be one hour a day for a resource. For ...
Bromox's user avatar
  • 667
2 votes
0 answers
85 views

How to move a node in a HighCharter Gantt chart in a Shiny app?

I am experimenting with Highcharter's Gantt chart possibilities and I wrote a little test app to learn how this library works. I would like to be able to move a node in the chart. For example, I like ...
Jochem's user avatar
  • 3,345
2 votes
0 answers
95 views

google visualizations, change the position of the label in gantt chart

<Chart chartType="Gantt" data={dt} height={1600} chartEvents={[ { eventName: "ready", ...
Sam's user avatar
  • 156
0 votes
1 answer
231 views

How to combine a Gantt chart with scatter plot

I am trying to visualise a series of points on top of a Gantt chart. The result would look like this using sns.stripplot and plt.barh My issue is that so far I am only able to produce each figure ...
Ad D's user avatar
  • 191

15 30 50 per page
1
3 4
5
6 7
57