我现在正和美人鱼甘特一起玩游戏。 现在,我遇到了一个问题,即为了进行时间计算,我已经可以排除周末,但是它们仍然在图表本身中显示为空白。 这是我的测试代码:
gantt
title blabla
dateFormat YYYY-DD-MM
axisFormat %W
excludes weekends saturday,sunday
section Section
Task :a1, 2020-23-03, 5d
Another task :after a1 , 15d
section Another
Task in sec :2020-20-03 , 12d
another task : 24d
Output of code with marked gap
我想完全排除周末。有没有办法做到这一点? 预先谢谢你!