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