w1301625107 / Vue-Gantt-chart

使用Vue做数据控制的Gantt图表
https://w1301625107.github.io/Vue-Gantt-chart/demo/index.html
MIT License
634 stars 139 forks source link

如果我想放大一下时间,最小单位是天该如何修改比较方便? #67

Open mrdznet opened 3 years ago

mrdznet commented 3 years ago

如果我想放大一下时间周,最小单位是天(只保留日期,彻底放弃具体时间),那么该如何修改比较方便么?希望能给个思路。

w1301625107 commented 3 years ago

scale 直接调到1 day 可以满足吗?

mrdznet commented 3 years ago

好像不行 ,我找到一款可以满足需求的 https://github.com/GGBeng1/Gantt ,然后得结合一下。

w1301625107 commented 3 years ago

https://github.com/w1301625107/Vue-Gantt-chart/blob/b10a570a3cd19f4ec6272a63c6efba7a72419578/src/utils/gtUtils.js#L37

改下这个,把返回的时间精度变成天,配合 scale 为一天应该可以