plantuml画甘特图gantt

使用说明

可以在https://www.plantuml.com/plantuml/uml中进行调试,然后再draw.io中进行画图导出。

语法说明

复制代码
@startgantt
'项目开始时间'
Project starts the 2017/01/01
'关闭语法'
saturday are closed
sunday are closed
2018/05/01 is closed
2018/04/17 to 2018/04/19 is closed
'持续时间'
[Prototype design] as [pd] lasts 15 days
'从pd的结束开始'
[Prototype completed] as [pc] happens at [pd]'s end
[Test prototype] as [tp] lasts 10 days 
[tp] on {Alice:100%} starts at [pd]'s end
'阶段二'
-- Phase Two --
'从某个日期开始'
[Write] as [wt] starts 2017/01/05
'持续时间'
[wt] requires 5 days
then [Test] as [t] lasts 10 days
'颜色'
[pd] is colored in GreenYellow
@endgantt

效果

相关推荐
面朝大海,春不暖,花不开1 天前
使用 Python 实现 ETL 流程:从文本文件提取到数据处理的全面指南
python·etl·原型模式
Shartin2 天前
CPT208-Human-Centric Computing: Prototype Design Optimization原型设计优化
开发语言·javascript·原型模式
N_NAN_N4 天前
类图+案例+代码详解:软件设计模式----原型模式
java·设计模式·原型模式
铛铛啦啦啦5 天前
“对象创建”模式之原型模式
设计模式·原型模式
D.eL16 天前
深入解析原型模式:从理论到实践的全方位指南
java·设计模式·原型模式
永生辉皇16 天前
JS红宝书笔记 8.4 类
javascript·笔记·原型模式
胡侃有料16 天前
【设计模式】6.原型模式
设计模式·原型模式
OpenC++16 天前
【C++】原型模式
开发语言·c++·设计模式·原型模式
永生辉皇19 天前
JS红宝书笔记 8.2 创建对象
javascript·笔记·原型模式
杰_happy19 天前
设计模式:原型模式(C++)
c++·设计模式·原型模式