gpt4 book ai didi

gantt-chart - 将甘特任务设置为美人鱼截止日期之前的相对日期

转载 作者:行者123 更新时间:2023-12-03 17:15:14 25 4
gpt4 key购买 nike

我正在使用美人鱼 js 生成甘特图。在 documentation它显示了如何使用“after x”设置相对于先前任务完成的任务,例如:

section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d

是否有任何等效项可以将任务设置为 之前 随后的截止日期?我尝试用“之前”替换“之后”,但这没有用

最佳答案

对,美人鱼语法不支持 之前的“”限定符,只有 之后的“”限定符。
"Gantt chart" section on the mermaid-diagrams page of diagrams.net 中描述了一些需要考虑的选项。 .

title Example Gantt diagram
dateFormat YYYY-MM-DD
section Team 1
Research & requirements :done, a1, 2020-03-08, 2020-04-10
Review & documentation : after a1, 20d
section Team 2
Implementation :crit, active, 2020-03-25 , 20d
Testing :crit, 20d
  • 使用结束日期值 - 例如 2020-04-10 用于“研究和需求”任务
  • 使用固定的持续时间 - 例如 20d 用于“审查和文档”任务
  • 用 ":crit"标记任务 - 类似于 "Implementation"以指示“关键路径”任务

  • 您还可以在
    之后将“ ”限定符应用到要在其他任务之前完成的较早任务之后的任务上。

    关于gantt-chart - 将甘特任务设置为美人鱼截止日期之前的相对日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50348689/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com