Roma Cook
Posts: 5
Joined: Thu Aug 17, 2023 10:55 am

Gannt limitations

Hello,

I am trying to use Highchart Gannt for 70 items with navigation and rangeSelector, but it's not working. I am trying to make navigation smaller and all data is despairing.

Is it any limitation for number of item in Gannt Chart?

Here https://jsfiddle.net/mz1k9o0v/1/ is example
andrzej.b
Posts: 131
Joined: Mon Jul 15, 2024 12:34 pm

Re: Gannt limitations

Hi,

Thank you for contacting us with your issue.

This is a regression that we are working on, with an open ticket in Github: https://github.com/highcharts/highcharts/issues/21314

The last working version until the fix is ready is ^11.4.1, you can temporarily change it this way in your imports:

Code: Select all

"https://code.highcharts.com/gantt/11.4.1/highcharts-gantt.js"
"https://code.highcharts.com/gantt/11.4.1/modules/exporting.js"
"https://code.highcharts.com/gantt/11.4.1/modules/accessibility.js"
I hope you will find this temporary tactical workaround useful.

Best regards,
Andrzej
Roma Cook
Posts: 5
Joined: Thu Aug 17, 2023 10:55 am

Re: Gannt limitations

Thank you, it helps :)

Return to “Highcharts Gantt”