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
328 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

15 30 50 per page
1
2 3 4 5
29