Enhance your project management efficiency with interactive, customizable Gantt charts.
Explore the Docs
·
Report Bug
·
Request Feature
Empress Gantt is a modern, interactive Gantt chart library designed for the web. It provides developers with a powerful tool to visualize project timelines, making project management more efficient and visually appealing.
- Interactive Gantt Charts: Implement drag-and-drop functionality to adjust tasks easily.
- Customizable Options: Personalize the look of your Gantt chart to match your project needs.
- Multilingual Support: Ideal for managing international projects with multiple language support.
Empress Gantt is built with the following major framework:
Before installing Empress Gantt, ensure Node.js is installed on your system.
Follow these steps to incorporate the Gantt library into your project:
-
Open your terminal and navigate to your project directory.
-
Install the Gantt library using npm by executing the following command:
npm install Empress-gantt
- Include the Gantt library in your HTML file:
<script src="Empress-gantt.min.js"></script>
<link rel="stylesheet" href="Empress-gantt.css">
- Start creating your Gantt charts. Here's a quick start guide:
var tasks = [
{
id: 'Task 1',
name: 'Redesign website',
start: '2016-12-28',
end: '2016-12-31',
progress: 20,
dependencies: 'Task 2, Task 3',
custom_class: 'bar-milestone' // optional
},
/* ... */
]
var gantt = new Gantt("#gantt", tasks);
We appreciate your interest in contributing to our project! Follow these steps to contribute:
- Fork the Project on GitHub.
- Create a feature branch:
git checkout -b feature/AmazingFeature
. - Commit your changes:
git commit -m 'Add some AmazingFeature'
. - Push to the branch:
git push origin feature/AmazingFeature
. - Open a pull request.
This project is licensed under the MIT License. Any contributions you make are also licensed under the MIT License.
We express our profound gratitude to the Empress Community for maintaining the foundational tools that drive this project. Their innovative efforts and continuous support have made a significant impact. Thank you for your dedication and pioneering work.