Gantt chart
Highcharts Gantt were released yesterday October 17th. See https://www.highcharts.com/gantt/demo and https://api.highcharts.com/gantt/.
-
@Curious, yes, you can update the series group's opacity: http://jsfiddle.net/highcharts/76j3ecd2/
-
Curious commented
Hi! Is it possible to make an onmouseover event to keep the serie color and change other series colors to gray or hide them?
-
Helge commented
Has anyone an idea to draw arrows from one bar to an other bar in another category ?
To get something like MS Project ...I saw something like that but I don't find the example again :( -
Anonymous commented
@Helge Great job man
-
Helge commented
sorry .. try this one
-
Me commented
Hi Helge I don't see any graph in the link?
-
Helge commented
Hi...
I combined the Draggable points plugin & the x-range studie and now I'm able to resize the bar or move them on the timeline.The Code is not so nice like your, but it works !
If somebody want to have a look ...
https://jsfiddle.net/pkzew/0700czs0/2/ -
Philipp Ki commented
Hi.
I found the solution to my problem.
I added pointrange: 0 to every series. Than tickInterval works like it is supposed to.
See here: http://jsfiddle.net/2hywv4wo/4/ -
Anonymous commented
i am getting error that H.getOptions() is not a valid method. how can i resolve this
-
Me commented
Hi! How can I use timestamp instead of UTC date. I'm struggling, I get wrong dates.
-
Philipp Ki commented
Hello!
I use your modification to show an Activity Timeline. I figured out how to add scrolling to the graph, but can't seem to find the correct setting to show ticks every hour. Do you have an idea what I'm doing wrong?
http://jsfiddle.net/2hywv4wo/2/
Thanks!
-
Anonymous commented
Yes it helps! Thank's :)
-
See http://jsfiddle.net/highcharts/kmzzk0dg/2/.
Don't know if it helps, but I updated your tooltip formatter to use this.point.x and this.point.x2.
Regarding Error 15, I added requireSorting on the series prototype.
-
Anonymous commented
Hi ! Thank's for your job !
I use your solution, but I have a bug with the tooltips which are not accurate. Some dates are wrong.
Do you have an idea why?
Also, I get the Error 15 of Highcharts which I guess is because I set different Y values for the same X value. Do you think that it can cause the tooltip bug and do you know if I can remove it ?
Thank's for your help!
-
@Anonymous: You could try the Draggable Points plugin, though I can't guarantee it will work in combination.
-
Anonymous commented
@Torstein Its ok for the hatchs; I find the plugin pattern-fill you've made. Is it possible to drag and drop tasks?
-
Anonymous commented
@Torstein Thanks it works. Great job! Is it possible to draw hatch on some tasks?
-
@Anonymous Yes, if you set grouping to false, the tasks will align (and possibly overlap): http://jsfiddle.net/highcharts/yxg1Luec/22/
-
Anonymous commented
Is it possible to get tasks at the same row http://jsfiddle.net/yxg1Luec/21/
-
1.can use date or date time to define the line
Yes, as shown in the X-range study above
2.if can add "weight" factor, more weight means the line more high, display big thing
Yes, by using separate series you can add separate widths: http://jsfiddle.net/highcharts/yxg1Luec/