Our pure JavaScript Scheduler component


Post by Dev@2609 »

Team,

I have been tryin to plot the critical dependencies btw the events in scheduler(present by default in gantt product).

I referrred to the docs and used dependenciesFeature config, which allows user to plot the dependency.

Is there any config which plots the dependencies by default, just like in gannt product?

Post by mats »

In the Scheduler there is no concept (yet) of critical dependencies. You can however style dependencies easily with CSS to highlight dependencies that are critical in your app. See docs here https://bryntum.com/docs/scheduler/#Scheduler/model/DependencyModel

'cls' field

Post Reply