Version 8.0
released on October 8, 2020
New Features
Interface
- Ability to create projects and split them into tasks
- Ability to create and configure multiple scales
- Ability to create/edit/delete links and tasks
- Ability to move and resize tasks
- User-friendly interface
- 5 skins: Material, Mini, Flat, Compact, Contrast
Backend
Webix Gantt is shipped with NodeJS backend.
Code
The widget is built as a Webix Jet app, which means:
- Customizable Jet views to fine tune interface chunks
- Data and backend services to provide custom logic for working with data
- ES6 syntax
Back to top