# gantt
**Repository Path**: paa/gantt
## Basic Information
- **Project Name**: gantt
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MulanPSL-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-02-15
- **Last Updated**: 2023-01-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
lgjs-gantt
# LgjGantt

## 安装
```bash
npm install lgjs-gantt -s
```
注册:
```js
import 'lgjs-gantt/lgjs-gantt.css'
import LgjGantt from 'lgjs-gantt'
Vue.use(LgjGantt)
```
使用:
```vue
```
### Props
#### resourceDatas
Type: `Array`
Required: `false`
Default: `[]`
泳道数据(左侧资源树)
```html
```
#### taskDatas
Type: `Array`
Required: `false`
Default: `[]`
事件
```html
```
#### startDates
Type: `String`
Required: `false`
Default: `2000-01-01 00:00:00`
时间轴开始日期
```html
```
#### endDates
Type: `String`
Required: `false`
Default: `2000-10-01 00:00:00`
时间轴结束日期
```html
```
#### viewPresets
Type: `String`
Required: `false`
Default: `month`
时间轴缩放级别
```html
```
## 联系方式
```
QQ:1069722589
```
## License
[MIT license](LICENSE)