# gantt
**Repository Path**: yuuuuuyu/gantt
## Basic Information
- **Project Name**: gantt
- **Description**: 甘特图
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 0
- **Created**: 2023-03-03
- **Last Updated**: 2024-05-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# v-gantt
[](https://travis-ci.com/FEMessage/v-gantt)
[](https://www.npmjs.com/package/@femessage/v-gantt)
[](https://www.npmjs.com/package/@femessage/v-gantt)
[](https://github.com/FEMessage/v-gantt/blob/master/LICENSE)
[](https://github.com/FEMessage/v-gantt/pulls)
[](https://github-tools.github.io/github-release-notes/)

[中文文档](./README-zh.md)
## Table of Contents
- [Introduction](#introduction)
- [Feature](#feature)
- [Quick Start](#quick-start)
- [Development](#development)
- [Todo](#todo)
- [Links](#links)
- [Inspiration](#inspiration)
- [Contributing](#contributing)
- [Contributors](#contributors)
- [License](#license)
## Introduction
Base on vue + element-ui, create web version omniplan。
[⬆ Back to Top](#table-of-contents)
## Feature
1. fold & collapse tree node
2. support tree header slot
3. drag gantt node to modify dates
4. drag to modify duration
5. jump to 'today'
6. col unit base on days or weeks or months
7. monthly view hover node to display date info
8. click tree node to jump to gantt node
9. click milestone's line to jump to milestone node
10. get chinese festivals by public-api
[⬆ Back to Top](#table-of-contents)
## Quick Start
`v-gantt` is based on `el-button`, `el-select`, `el-progress` and `el-tree`. So you need to register those in global environment with `Vue.component` or simply with `Vue.use(Element)`
```sh
yarn add @femessage/v-gantt @femessage/element-ui
```
```html
```
## Development
develop on top of vue-styleguide
```sh
yarn dev
```
### Todo
- support tree node dragging
- support header-slot to place button like 'new'
- support delete action
- fix 'rowH' doesn't inpact tree nodes
- support drag to change progress
- support click to toggle milestone
- lost `` in `` when compile with rollup
[⬆ Back to Top](#table-of-contents)
## Links
- [online demo](https://femessage.github.io/v-gantt/)
- [design docs](https://deepexi.yuque.com/docs/share/93cf287f-c001-4b18-abcb-ae6fb4d08e33)
[⬆ Back to Top](#table-of-contents)
## Inspiration
thanks to
- [ones-plan](https://ones.ai/plan.html)
- [omniplan](https://www.omnigroup.com/omniplan/)
[⬆ Back to Top](#table-of-contents)
## Contributing
For those who are interested in contributing to this project, such as:
- report a bug
- request new feature
- fix a bug
- implement a new feature
Please refer to our [contributing guide](https://github.com/FEMessage/.github/blob/master/CONTRIBUTING.md).
[⬆ Back to Top](#table-of-contents)
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
[⬆ Back to Top](#table-of-contents)
## License
[MIT](./LICENSE)
[⬆ Back to Top](#table-of-contents)