Our state of the art Gantt chart


Post by cesar.smerling »

Hi, I'm trying to use the Gantt chart in angular, it's hard for me to understand the documentations on the guides. I cannot find anything that I'm looking for, for example when I need to create the "project" with task and dependencies I need to look into the source code to know wich properties to pass. Is there any good documentation on the Stores and Models, Events and Features??

Post by Maxim Gorkovsky »

Hello.
Have you seen Creating a project section in this guide https://www.bryntum.com/docs/gantt/#guides/getting_started.md? It shows how to create new project with tasks and dependencies. You just need to use proper class name. Have you checked our angular demos?
You can find ProjectModel reference here: https://www.bryntum.com/docs/gantt/#Gantt/model/ProjectModel

Please tell, where did you look for hints and why existing hints weren't helpful? Would you like to see more code snippets in documentation? We would love to get your feedback to improve our docs.

Post Reply