Page 1 of 1

Gantt Chart yAxis - treegrid with multiple columns

Posted: Thu Jul 18, 2019 1:37 pm
by supernaut
Hello everyone,

is it possible to create a gantt chart with the collapsible parent-child structure of the treegrid axis type but with multiple columns like the category type?

I had no luck with my attempts so far, am I right to assume that this is not supported/intended? If yes does anyone have an idea for a workaround to create this kind of chart?

Thanks for your help in advance

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Thu Jul 18, 2019 2:14 pm
by rafalS
Hi,

Welcome to our forum and thanks for contacting us with your question.

I am not sure if I understood you well. You want to create a collapsible structure but with more categories? I can't imagine how should it work. Do you have any draw or online example of it?

Best regards!

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Fri Jul 19, 2019 8:20 am
by supernaut
Hi,

thanks for the quick reply. Basically I am trying to create something like this
chart.jpg
chart.jpg (140.51 KiB) Viewed 5396 times

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Tue Jul 23, 2019 8:42 am
by rafalS
Hi,

Thank you for clarifying. Unfortunately, it's not supported in Highcharts. You can report your idea on our User Voice channel here: https://highcharts.uservoice.com

Same question asked on SO 2 months ago: https://stackoverflow.com/questions/561 ... -sub-tasks

Best regards!

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Fri Jun 12, 2020 5:00 am
by rkadhi
Hello, any progress on this? I want extra columns with treegrid type.

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Fri Jun 12, 2020 7:36 am
by mateuszkornecki
Hi,

Thanks for contacting us with your question.

Unfortunately, it is not possible to achieve that with the "treegrid" type axis. For now, it is working just with the "category" type.

Live demo: https://jsfiddle.net/BlackLabel/unphkx32/

For the future to keep our forum clean, please do not duplicate the same posts.

Regards.

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Fri Sep 02, 2022 8:56 am
by LIAOYU
supernaut wrote: Fri Jul 19, 2019 8:20 am Hi,

thanks for the quick reply. Basically I am trying to create something like this
chart.jpg
Hello, I am implementing the same feature, I would like to ask how you implemented it

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Fri Sep 02, 2022 10:39 am
by hubert.k
Hi LIAOYU!
Welcome to our forum and thanks for contacting us with your question!

As my colleagues said, sadly, this feature is not supported in Highcharts Gantt yet. You can find the related GitHub ticket here: https://github.com/highcharts/highcharts/issues/13618 It is marked as Feature Request, so feel free to leave some reactions, that you also would like to see this feature implemented.

Feel free to ask any further questions.
Regards!

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Fri Nov 11, 2022 9:16 pm
by XavierBasMX
My team is also trying to implement something similar. Having this enhancement available is critical. You mention this was tagged a Feature Request. Do you have any estimate on how long this will take to reach the final repo? Is there any type of roadmap for it?

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Mon Nov 14, 2022 8:46 am
by hubert.k
Hi XavierBasMX!
Welcome to our forum and thanks for contacting us with your question!

I have found, that you have also asked your question on our Helpdesk support channel, in the future, please do not duplicate topics across our support channels, as we work as a single team of developers. I have answered your question there, but in this specific case, I will leave the answer also here for other users.

The feature you are asking for is marked as a Feature Request. It means, that it is not a bug, which is a blocker for some Highcharts features. Feature Requests will be done if a significant number of users will show their concern about this feature, for example by voting with thumbs-up reactions or leaving comments in the above ticket. With enough users' votes, we will gladly implement a feature like this.

Best regards!

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Tue Dec 19, 2023 9:05 am
Hello,
This feature is still not supported, right?

Thanks, Paulo Torres

Re: Gantt Chart yAxis - treegrid with multiple columns

Posted: Tue Dec 19, 2023 10:41 am
by jedrzej.r
Hi!

This feature has been implemented recently and is now available on the master branch of Highcharts. In the next release, it will be added to the Highcharts CDN, but for now you can use it by accessing the commit, like shown in this example: https://jsfiddle.net/BlackLabel/t4Lxv1sz/.

Reference: https://github.com/highcharts/highcharts/pull/20205

Let me know if that is helpful for you!
Best regards!