Our state of the art Gantt chart


Post by shimnx »

Click in other dimensions is normal, you can watch the video I uploaded, can this be solved


Post by shimnx »

1

Attachments
媒体4.mp4
(2.01 MiB) Downloaded 30 times

Post by tasnim »

Hi,
I tried to reproduce it here https://bryntum.com/products/gantt/examples/advanced/. But I wasn't able to reproduce it. Could you please explain what changes do I need to make in the code to reproduce it?


Post by shimnx »

 viewPreset: {
            timeResolution: {
                unit: 'day',
                increment: 1
            },
            headers: [
                {
                    unit: 'week',
                    renderer: (startDate, endDate) => `${DateHelper.format(startDate, 'YY') + DateHelper.format(startDate, 'WW')}`
                }
            ],
            displayDateFormat: 'YYYY-MM-DD',
        },

Add the dimension of the week and click on the dimension of the week


Post by tasnim »

Reproduced! We'll check what's wrong! Here is the ticket https://github.com/bryntum/support/issues/5728

Thank you for your report.

Good Luck :),
Tasnim


Post Reply