Our state of the art Gantt chart


Post by victor palma »

Features is declared as object so it doesn't know what properties has.

Following the example:
// let's visualize the project critical paths

gantt.features.criticalPaths.disabled = false;

I have this error in typescript:

Property 'criticalPaths' does not exist on type 'object & {}'.

Using "@bryntum/gantt": "4.1.1"


Post by mats »

We have a major ticket open to improve TS definitions for the coming quarter, stay tuned.


Post Reply