Tasks
SVAR Svelte Gantt supports several task types that define how tasks behave and how they are displayed on the chart. You can use built-in types or define your own custom ones. The next task types are set using the taskTypes property:
- Normal task (
type: "task") - Milestone (
type: "milestone") - Summary task (
type: "summary") | PRO feature
You can also divide a single task into multiple segments and create split tasks | PRO feature
Gantt also allows adding custom task types.
To show additional information on hover, configure task tooltips.
Rollups | PRO feature allow displaying child task bars on collapsed summary tasks.
Related sample: Task types