A Syncfusion Angular Gantt sample demonstrating resource‑centered scheduling, multi‑taskbar rendering, and over‑allocation visibility.
This repository provides an Angular example that demonstrates how to configure the Syncfusion Gantt Chart in Resource View mode to assign tasks to shared resources and visualize workload distribution.
The sample highlights resource‑based scheduling scenarios where tasks are grouped by assigned resources. It demonstrates how multiple tasks linked to the same resource are rendered together and how overlapping assignments are identified visually.
- Resource allocation using
resourcesandresourceInfo - Resource View mode with grouped task assignments
- Multi‑taskbar rendering for shared resources
- Over‑allocation detection using
showOverAllocation - Inline add and edit support through toolbar and editing settings
- Node.js (LTS or later)
- Angular CLI
- Install dependencies:
npm install- Start the app:
ng serve --open- Open the browser at:
http://localhost:4200
- The chart runs with
viewType="ResourceView"enabled. - enableMultiTaskbar allows multiple tasks to appear for a resource.
- Editing actions are enabled using toolbar and edit settings.