Thanks To Frappe Gantt
Go To »If you want to contribute enhancements or fixes:
- Clone this repo.
cd
into project directoryyarn
yarn run dev
- Open
index.html
in your browser, make your code changes and test them.
- 插入tasks,更新索引_index 及其 dependencies
- 更新日期 gantt_start、gantt_end -- 重绘
- 插入grid-row
- 插入lines_layer
- 插入bars
- 重绘arrows
- 修改高度 grid-background、svg.gantt、today-highlight
- 修改holiday-highlight -- height=100%
- 修改tick -- height=5000(设定无限大)
- 支持季度;
- 局部更新数据,添加or删除;
- 点击绘制Bar;
- 限制容器高度滚动;
- view_mode_padding - 存在数据日期情况下,生效;若未有效,则设置默认值长度;
- today - scrollTo 日期1/3位置显示;
- 未设置开始时间 or 结束时间 -> 相应变更对于时间点 才更新;
- 无tasks数据时,空绘制;
- 动态权限控制,readonly;
- 拖拽超限 this.gantt_start 与 this.gantt_end,更新画布;
- 点击创建Bar后,make_arrows可动态创建;
- date-change,事件回调日期格式化 hour,导致结束时间返回23:00:00;