PlantUML:カレンダー
カレンダー(calendar)
PlantUMLでは、ガントチャートを作れるが、最小単位が 1日単位である
ので、自分的には、使いにくい
もっと細かく分割できてほしい
カレンダーにできるよね
PlantUML:ガントチャート
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:カレンダー/cal.pu#.svg
code:cal.pu
@startgantt
hide footbox
Project starts 2023-12-31
1月1週 starts 2024-01-01 and ends 2024-01-07
1月2週 starts 2024-01-08 and ends 2024-01-14
1月3週 starts 2024-01-15 and ends 2024-01-21
1月4週 starts 2024-01-22 and ends 2024-01-28
1月5週 starts 2024-01-29 and ends 2024-02-03
-- 行事 --
正月 starts 2024-01-01 and ends 2024-01-03
caption これはキャプションです
@endgantt
#PlantUMLの使い方