Skip to main content

Questions tagged [gantt-chart]

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

gantt-chart
0 votes
0 answers
19 views

counting days Idle when not being worked on

I am currently working on a project that tracks parts going through different processes. My goal is to calculate how many days it is not in a process. in the picture it was simple enough when only one ...
woody's user avatar
  • 1
0 votes
0 answers
21 views

in jsgantt-improved, all cols in left data table is not visible to users

I am using jsgantt-improved in plotly dash to display the gantt-chart with data table. this is my output left data table is not displaying all the columns. this is my json=[ { "pID": 1, &...
Shilpa's user avatar
  • 1
0 votes
0 answers
28 views

How to draw the chart like RangeBar MS chart with ["DrawSideBySide"] = "false" option?

Image I want to create a live chart using WinForms and LiveCharts, but I haven't been able to find any examples on the internet. Therefore, I'm reaching out here for help :(. My data points consist of ...
Minh Hai's user avatar
1 vote
0 answers
225 views

Power BI Gantt 2.2.3 - remove Day when viewing Hour Date Type

Using the Power BI Gantt Chart component from Microsoft, I'm able to render a daily schedule visualization pretty easily: I have two questions: Is there any way to remove the day that is listed in ...
Kiran Ramaswamy's user avatar
0 votes
0 answers
147 views

Gantt chart with parent-child structure with dhtmlxgantt-with-laravel

<div id="gantt-chart" style="width: 100%; height: 500px;"></div> @vite('node_modules/dhtmlx-gantt/codebase/sources/dhtmlxgantt.css') <script src="{{Vite::asset('...
AliceBerg's user avatar
0 votes
1 answer
181 views

Display events in a single row with Vue-echarts

Can someone point me in the direction of creating a chart with vue-echarts? I have a set of data representing events over 24 hours. This data will be fetched from an API, and it is an array of objects ...
Diego Felipe Florença's user avatar
0 votes
1 answer
268 views

how to draw repeating tasks in Gantt chart using mermaid

I was using Typora to draw Gantt chart with mermaid and couldn't find a way to draw repeating tasks. The code as follows: gantt dateFormat ss axisFormat %S section Round Robin scheduling p1: a,...
Low_C's user avatar
  • 3
0 votes
1 answer
60 views

Highchart xrange chart looks different in React code than in javascript code and does not take yAxis categories as it does in javascript code snippet

My requirement is to get xrange chart working/understanding using highcharts library I am following a jsfiddle https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/gantt/...
Rohit Mittal's user avatar
0 votes
1 answer
575 views

How to rotate axis labels in Gantt chart Mermaid?

When having multiple tick lines (tickInterval) in a Gantt chart, results in overlapping dates on the horizontal axis. I would like to rotate these labels to make them visible. Here is some ...
Quinten's user avatar
  • 39.8k
0 votes
0 answers
592 views

How do I use gantt charts in superset

The original superset does not support drawing gantt charts, but I have a need to draw gantt charts, how do I extend superset? I have searched some resources, but I can't seem to find the relevant ...
zwLin's user avatar
  • 1
1 vote
1 answer
164 views

Color specific node in Gantt Mermaid diagram

I would like to color a specific node in a Gantt chart using mermaid. It is easy to color a specific node in a flowchart, but it is not clear to me how to do this in a Gantt chart. I would like to ...
Quinten's user avatar
  • 39.8k
0 votes
2 answers
416 views

Display week number of each month instead of days

I am preparing a tracker to list week number of each month. But, I could only get the weeks with days. I have something like this. And I want to change to this so the section automatically update the ...
Learner's user avatar
  • 353
0 votes
0 answers
53 views

Clicking on a cell and a singular, different cell is highlighted in the active row

My excel sheet/ gantt chart covers a yearly plan, making the amount of columns quite large. Is there a way to click on a cell in the "item_in_plan" bars and highlight the "task" ...
sbreslin14's user avatar
0 votes
0 answers
192 views

Excel Formula for Progress shading based on percentage

I want my gantt chart to have a "show progress" option and shade the pink bars with a dark blue. The main columns I'm working with are start date, end date, work days, and percentage ...
sbreslin14's user avatar
1 vote
1 answer
162 views

Gantt chart using python plotly

enter image description hereHere is the code I made for creating a Gantt chart using Python Plotly. I need to mask all the leaves or vacations with unique colours. I am expecting an image like this df ...
Naveen Nandanan's user avatar

15 30 50 per page
1 2
3
4 5
57