# ibiz-gantt-elastic **Repository Path**: iBizModeling/ibiz-gantt-elastic ## Basic Information - **Project Name**: ibiz-gantt-elastic - **Description**: 甘特图组件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-28 - **Last Updated**: 2023-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ibiz-gantt-elastic ## 简介 ibiz-gantt-elastic 是IBiz前端团队根据业务需要,重写的gantt-elastic甘特图组件,项目直接可用。 ## 安装 ``` npm install --save ibiz-gantt-elastic or yarn add ibiz-gantt-elastic ``` ## 快速开始 ``` import GanttElastic from "ibiz-gantt-elastic/src/GanttElastic.vue"; export default { components: { GanttElastic } } ``` ## API ### Props | 参数 | 类型及默认值 | 描述 | | ------------ | ------------ | -------------- | | tasks | `Array` [] | 日程事件集合 | | options | `Object` {} | 甘特图配置参数 | | dynamicStyle | `Object` {} | 动态样式 | ### Event | 事件名 | 回调参数 | 描述 | | ---------------------- | -------- | ------------------ | | taskList-item-dblclick | $event | 日程事件项双击事件 | | task-item-expand | task | 日程项展开事件 | ## gantt-elastic [gantt-elastic](https://github.com/neuronetio/gantt-elastic) ## 关于我们