Our state of the art Gantt chart


Post by foursite »

Hello there,

I wanted to try the v4 of Gantt but seems like there are some missing packages. What is the alternative to those missing packages?
So did you deprecated them or there is a name change? Or maybe some other alternative?

Thank you!

photo_2020-09-22_12-20-53.jpg
photo_2020-09-22_12-20-53.jpg (34.93 KiB) Viewed 948 times

Post by saki »

Yes, there are breaking changes in 4.0.0, consult please the changelog.md. This one is described in the change log, section # 4.0.0-alpha-1 - 2020-08-12:

* [BREAKING] The `Core/adapter` directory has been removed. There are no Widget adapters. All Widget classes register
  themselves  with the `Widget` class, and the `Widget` class is the source of Widget `type` mapping and Widget
  registration and lookup by `id`.

The widgets are now registered by calling initClass:

// Register this widget type with its Factory
FilesTab.initClass();

Read please the sources of our demos that are adjusted to this new API.


Post by foursite »

Thanks @saki!
I'll have a read the MD file. Meanwhile, do you have demo URL for the v4 Gantt?


Post by saki »

Unfortunately we do not have beta demos online. Just build and run them locally.


Post by johan.isaksson »

A small followup, demos are available online now at https://bryntum.com/examples/gantt/

Also worth mentioning that we recommend reading the upgrade guide found in docs under "Whats new"

Best regards,
Johan Isaksson

Post Reply