Installation
To integrate javascriptgantt Chart Library, adhere to the steps below:
-
Download: Obtain the library files from our website or repository, or install via npm:
npm install javascriptgantt
-
Integrate files: Include the library files (
gantt.js
andgantt.css
) into your project. -
Link Files: Reference the library files in your HTML:
<link rel="stylesheet" href="path/to/gantt.css" />
<script src="path/to/gantt.js"></script> -
Get Started: You're now ready to start using the javascriptgantt Chart Library!