Skip to main content

Questions tagged [gantt-chart]

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

gantt-chart
1 vote
1 answer
52 views

How Would One Go About Creating A Graph Like This In Plotly/Pandas?

I would like to recreate following image in Plotly and Pandas. but I'm not sure how. I have looked into using Gantt Graphs but every time I see one the timeline is going along the x axis and not the ...
Jack Finnegan's user avatar
0 votes
2 answers
45 views

Tasks with the same name in Gantt diagram using plotly.express.timeline

Is there a way to separate tasks on a Gantt diagram if they have the same names? import plotly.express as px import pandas as pd df = pd.DataFrame([ dict(Task="Job A", Start='2009-01-01'...
Petr L's user avatar
  • 27
0 votes
0 answers
22 views

how to change timeline in google gantt chart

i need to change the below timeline in google gantt chart using days, weeks, months dynamicaly how could i achieve this google.charts.load('current', {'packages':['gantt']}); google.charts....
Hariharan's user avatar
0 votes
1 answer
26 views

Plant UML Multiple legend in Gantt View

How to add Multiple legend with different colors in Gantt Chart using Plant UML? It's working for me, for one legned. It's taking the last line of code... Is there a way to show, different parameter ...
Harsha Jotwani's user avatar
0 votes
1 answer
47 views

Plotly px.Timeline y marks do not adjust when using facet_row

With a simple dataFrame that look like this The following code fig = px.timeline(df, x_start="Target Date Start", x_end="Target Date End", ...
Mth Clv's user avatar
  • 667
0 votes
0 answers
46 views

How to implement a gantt chart

Hello i want to integrate a combined CPU scheduling gantt chart, Here is my code without a gantt chart (this works perfectly, but still no gantt chart): #include <iostream> #include <fstream&...
chae's user avatar
  • 11
0 votes
0 answers
22 views

Highchart Gantt chart y axies table, need to make it scrollable

How to make highchart's gantt chart side table horizontally scrollable ? I don't want to move whole chart along with y axis. I just want to make table scrollable.
Anamika Singh's user avatar
0 votes
0 answers
10 views

Get Xaxis on top in Google Gantt chart

need to move to top I am using this code this is a dummy data from google my code is much bigger and data comes from mysql server but the structure is similar <html> <head> <script ...
omkar pabe's user avatar
0 votes
1 answer
61 views

How to border cells based on where the user click?

I have a Gantt chart in an excel sheet. Everything works, but I would like to improve it by entering a vba code that would put borders around the range of cells in the graph that is concerned by the ...
Clara Monspiette's user avatar
0 votes
1 answer
71 views

Chart.js to show status changes over time in stacked bar

I have a number of records in a database which have their status changes audited. I'm pulling this data out to display in a Chart.js horizontal bar chart to visualise the duration that each record is ...
bowfinger's user avatar
0 votes
0 answers
35 views

Shortest Job First Preemptve technique

I'm working on a Java program to simulate the Shortest Job First (SJF) preemptive algorithm and then visualize the execution using a Gantt chart. I have the algorithm logic implemented, but I'm ...
Ahmed Ehab's user avatar
0 votes
0 answers
39 views

Excel Gantt Chart Drop Down Menus

I am creating a Gantt chart that will encompass all of the marketing activities for my org. My goal is to create a central dashboard that can toggle in between subjects and populate cells based on ...
Miles 's user avatar
0 votes
0 answers
64 views

Gannt chart - Multiple task bar in one row

I am using excel to create Gantt chart. I was wondering it is possible to have multiple sub-tasks bar (as in green and yellow - should be in the same row as green) on a single row? My problem is a ...
Eikky da Shidiwe's user avatar
0 votes
2 answers
112 views

Gantt Chart on Excel - How to modify conditional formatting to work

I am trying to get my conditional formatting to work but failing. In Row 13, the task starts 22/07/2022 and finishes 24/07/2022. This is in week beginning 18/07/2022, so I want this cell to be ...
Student201's user avatar
0 votes
0 answers
49 views

PHP array as input into a Javascript Google Ganttchart

I try to create a Ganttchart from a PHP array. My PHP Code looks like: <?php $ganttData = [ ['Project Start', 'Project Start', '2023-08-01', '2023-08-02'], ['Gate1', 'Gate1', '2023-08-28', '...
Jan's user avatar
  • 1
0 votes
0 answers
24 views

Adding the color argument to my px.timeline figures starts a new y-scale for each category. How do I use color so that the y-scale isn't interrupted?

I am a new hobby coder and I'm trying to plot a traveler's timeline of visits to places around the world. I have an example of the graph I would like but passing the color parameter of Plotly's px....
Kriks84's user avatar
0 votes
0 answers
32 views

How to call a function when we scroll in ganttchart

I want to call a function when I scroll or immediately after stopping the scroll. Is there any way to do that?
Neelima kuchipudi's user avatar
-1 votes
1 answer
35 views

how to add fixed width for Y Axis labels

I am trying to add fixed width for y axis labels.is there any way to add? like this yAxis: { labels: { style: { width: '30px', fontSize: '10px', textOverflow: 'none' ...
Neelima kuchipudi's user avatar
0 votes
2 answers
105 views

how to add background color for x axis and y axis of high charts

I am trying to change background colour of the highcharts x and y axis background. I am trying to fill color as below highlighted.
Neelima kuchipudi's user avatar
0 votes
0 answers
124 views

Custom charts Apache Superset

Does someone have an experience with custom charts within Apache Superset? I'm actually trying to figure it out, how to create a Gantt chart or something similar to it, so that i could represent ...
Vuk Milanovic's user avatar
0 votes
0 answers
10 views

structure.gantt a task that must be at certain time for a certain duration vs automatically scheduled tasks

I want to plan this guy's tasks, he has many tasks with different duration. at some certain point in the future he should have a 4 weeks of a task that must happen there. when I level his tasks there ...
Israel's user avatar
  • 1
0 votes
0 answers
32 views

how to sort and filter the higchart left axies table (gantt chart)

Here is the link of table along with gantt chart, I need if user click on the column header Est.Days a dropdown should come with the value less than 0 , between 0 to 5 and greater than 5. user can ...
Anamika Singh's user avatar
0 votes
0 answers
91 views

Gantt charts in plotly

Hi I have created a Gantt chart with simple code that I find online: # gantt is just my pandas dataframe import plotly.figure_factory as ff fig = ff.create_gantt(gantt, colors = ['rgb(170, 14, 200)', ...
bernando_vialli's user avatar
0 votes
0 answers
43 views

amchart4 label text gets overlapped by other lineseries chart data

Using amchart4, the legacy version. I'm working on a Gantt chart which shows some data of activities going on field. Problem statement :       Ref Image 1. I'm trying to show the full title text of ...
Ashish 's user avatar
0 votes
1 answer
329 views

Power BI Gantt Chart. Multiple end dates for a start date

I have multiple end dates for a start date, such as the planned end date and the real end date. I want them both on one line and in different colors to show how much time has been added to a project. ...
Henny's user avatar
  • 1
1 vote
0 answers
116 views

Create a simple vertical line on gantt chart from react-google-charts

I want to create a vertical red line on the current date on my gantt chart in react. See the example here. Additionally, I'd like to get all completed tasks and partial fills to be dark grey. I wasn't ...
Rogério Gouvêa's user avatar
0 votes
0 answers
72 views

PowerBI Gantt Chart Will Only Accept Limit on One End and Not the Other

In a PowerBi Gantt chart, I had added two formulas to calculate the previous month from this month and a different formula to calculate the next month from this month. The relevant fields contain this ...
L2010's user avatar
  • 19
0 votes
1 answer
108 views

Dependend end-date formula for my Ganttchart-template

i wasnt sure which title i should use so i better explain... I try to create a Ganttchart template, there are already some out there but they dont have tasks which are dependend on other tasks end-...
hansimglueck's user avatar
0 votes
1 answer
90 views

Group tasks by a property which have array of values using angular gantt dhtmlx

I’m using gantt with angular. need to use group by task which property is an array of values exactly like what is showed in group by owner in this sample Task grouping, different relation property ...
Wafia Mustafa's user avatar
0 votes
0 answers
76 views

Problems in rendering Gantt Chart in angular 15 using d3

Trying to implement gantt chart using d3 in angular 15, the problem with the rendering. The data flow is correct, SVG and rectangles are created with my dummy data. private data = [ { task: 'Task ...
Faraz Khan's user avatar
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
0 votes
0 answers
24 views

Marks misaligned in Altair Gantt chart when axis labels are wrapped

I'm generating a Gantt chart using Altair v5.1.1 and I find that, when I try to implement multi-line axis labels, some marks are misaligned. The data: df = pd.DataFrame([{'Dataset': 'A - Lorem ipsum ...
iff_or's user avatar
  • 910
0 votes
0 answers
54 views

How to use license of gantt-chart library from smarthtmlelements

Given that I have the license key for gantt-chart library by HTMLELEMENTS. I want to use that license to my project but there is no clear way found on the official docs. https://www.htmlelements.com/...
Shivam's user avatar
  • 1
0 votes
0 answers
136 views

kendo UI Gantt chart in angular: to implement a chart where in the second pane I require only weekdays starting letters

here I don't require the first row, I just require the weekdays from M T W TH F excluding dates below I am attaching a snapshot of the design that I need to implement (https://i.sstatic.net/Mcyry.png) ...
Shaistha's user avatar
0 votes
0 answers
107 views

Custom tooltip for JFreeChart Gantt chart in Java

I am new to JFreeChart, and I don't understand how all the classes work together yet. I am trying to create a Gantt chart with custom labels and custom tooltip. The custom labels work (though I don't ...
NECben067's user avatar
  • 447
2 votes
2 answers
620 views

plotly - adding a Timeline using add_trace() to go.Figure object

I'm ultimately trying to add a px.timeline to a Figure containing a go.Scatter (similar to what they were doing here: Add a Plotly Express trace to a Graph Objects go.Figure() with multiple traces?). ...
Emma Birath's user avatar

15 30 50 per page
1
2 3 4 5
18