Our state of the art Gantt chart


Post by romulo »

Hi,
In my company we implemented Bryntum Gantt, but we have a problem.

When the user clicks collapse or the root tree, it crashes my system as presented in the gif file.

we made the implementation using pure js (app.umd.js)

Can anyone help us?
Attachments
samplePage.rar
(760.69 KiB) Downloaded 127 times
configBryntum.zip
(289.99 KiB) Downloaded 128 times
Last edited by romulo on Tue Nov 12, 2019 9:11 pm, edited 1 time in total.

Post by mats »

How do we reproduce this? Please upload a runnable sample with clear instructions.

Post by romulo »

All right,
I created a sample project for you to see more details.
In this compressed file, I put _dataset/dataBryntum.json for the data file.
and in the samplePage path, I created our sample.

You need to include the Bryntum files to run this example and you may see unexpected behavior, such as crash.gif.

When you click the Collapse All button, the same problem happens.

Post by mats »

It's caused by id:0, it's a bug in our code. For now, avoid using 0 as a task id.

Post by mats »


Post Reply