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

效果

相关推荐
啊QQQQQ15 小时前
设计模式-原型模式
java·设计模式·原型模式
Attacking-Coder2 天前
前端面试宝典---原型链
前端·javascript·原型模式
天下代码客3 天前
【JS】关于原型/原型链
原型模式
自在如风。4 天前
Java 设计模式:原型模式详解
java·设计模式·原型模式
每月一瓶米诺地尔4 天前
什么是原型、原型链?
原型模式
sensen_kiss5 天前
CPT208 Human-Centric Computing 人机交互 Pt.2 Prototype(原型)
学习·人机交互·原型模式
Koma-forever6 天前
java设计模式-原型模式
java·设计模式·原型模式
Yvette-W8 天前
【JavaScript】原型链 prototype 和 this 关键字的练习(老虎机)
开发语言·前端·javascript·ecmascript·原型模式
阿湯哥9 天前
Kettle如何与应用集成
原型模式
程序员沉梦听雨9 天前
原型模式详解
设计模式·原型模式