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

效果

相关推荐
想吃火锅100514 天前
【前端手撕】instanceof
前端·javascript·原型模式
UXbot15 天前
帮助企业低门槛开展AI应用开发的平台推荐
前端·低代码·ui·交互·产品经理·原型模式·web app
UXbot15 天前
如何选择适合公司项目的UI设计工具?企业选型指南
前端·低代码·ui·团队开发·原型模式·设计规范·web app
UXbot15 天前
原型设计工具如何帮助新人快速进入产品行业?
前端·低代码·ui·交互·团队开发·原型模式·web app
项目管理者17 天前
项目计划制定新手实战指南
甘特图·敏捷流程
项目管理者19 天前
Microsoft Project 甘特图实战:从计划制定到落地管控
甘特图
sunny.day20 天前
js原型与原型链
开发语言·javascript·原型模式·js原型链
UXbot20 天前
AI网页开发工具能替代工具吗?5大平台对比
前端·人工智能·低代码·ui·原型模式·web app
weixin_3077791321 天前
从“大海捞针”到“主动推理”:AI如何重塑云原生故障诊断的根因链
开发语言·人工智能·算法·自动化·原型模式
swordbob21 天前
prototype 注入到 singleton 里,prototype是否还是线程安全的
安全·spring·单例模式·原型模式