Ej 2 Sharepoint

Sample date Updated on Sep 13, 2025
gantt gantt-chart sharepoint-framework sharepoint-online webpart

Summary

Sample for using Gantt Chart in web part of sharepoint page

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

  • Node.JS – Recommended to use most recent version (v16.15.0 is used in this blog).
  • IDE – Any Editor. We prefer to use Visual Studio Code.

Steps to Run this sample

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

References

Blog reference

Using JavaScript Gantt Chart in SharePoint Web Parts for Effective Project Management: Part 1

Up arrow