Our state of the art Gantt chart


Post by methode »

Hello,

I am referring to the post:

viewtopic.php?f=52&t=16740

NPM package, 4.1.0-beta-2

The installation and Gantt component work fine.

Now, I need to add the following features to the Gantt wrapper: criticalPaths, rowReorder, excelExporter, percentBar.


<bry-gantt
    #gantt
    [height]="900"
    [columns]="columns"
    [project]="ganttConfig.project"
    [viewPreset]="ganttConfig.viewPreset"
    [rowHeight]="ganttConfig.rowHeight"
    [barMargin]="ganttConfig.barMargin"
    [taskEdit]="ganttConfig.features.taskEdit"
    [labels]="ganttConfig.labels"
    [subGridConfigs]="ganttConfig.subGridConfigs"
    [excelExporter]="ganttConfig.features.excelExporter"
    [criticalPaths]="ganttConfig.features.criticalPaths"
    [rowReorder]="ganttConfig.features.rowReorder"
</bry-gantt>

I see that they are not available, how can I add them in wrapper? Am I wrong?
Or is it possible to add in the typescript code to the Gantt instance? How?

Thanks a lot


Post by alex.l »

Hi methode,

Yes, there is a bug with some features in Gantt. There is no way to fix it locally, but we are working on it now and it will be fixed in a nightly build as a part of this ticket: https://github.com/bryntum/support/issues/1808

All the best,
Alex

All the best,
Alex


Post by methode »

Hello Alex,

fine, thanks


Post Reply