Skip to main content

Installation

To integrate javascriptgantt Chart Library, adhere to the steps below:

  1. Download: Obtain the library files from our website or repository, or install via npm:

    npm install javascriptgantt
  2. Integrate files: Include the library files (gantt.js and gantt.css) into your project.

  3. Link Files: Reference the library files in your HTML:

    <link rel="stylesheet" href="path/to/gantt.css" />
    <script src="path/to/gantt.js"></script>
  4. Get Started: You're now ready to start using the javascriptgantt Chart Library!

javascriptgantt logo