aboutsummaryrefslogtreecommitdiff
path: root/_themes/doubleslash/pgantt.puml
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-04-01 03:22:12 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-01 03:22:12 +0200
commit0fd0eaab3b8bfc154b83a3507c3caa9d9ab556c6 (patch)
treed96bea9deadaf86f49d2bf31a30983d042c77aeb /_themes/doubleslash/pgantt.puml
parent29cee1399c977def72f1c8e1e13d83a841b75c89 (diff)
use PlantUML for Gantt diagrams
Diffstat (limited to '_themes/doubleslash/pgantt.puml')
-rw-r--r--_themes/doubleslash/pgantt.puml70
1 files changed, 70 insertions, 0 deletions
diff --git a/_themes/doubleslash/pgantt.puml b/_themes/doubleslash/pgantt.puml
new file mode 100644
index 0000000..15a3e1d
--- /dev/null
+++ b/_themes/doubleslash/pgantt.puml
@@ -0,0 +1,70 @@
+!include general.puml
+
+'saturday are closed
+'sunday are closed
+'language de
+
+skinparam Roundcorner 6
+
+saturday are colored in SUPERLIGHTGREY
+sunday are colored in SUPERLIGHTGREY
+printscale weekly zoom 4
+
+<style>
+ganttDiagram {
+ task {
+ FontName FONTNAME
+ FontSize 12
+ FontColor black
+ FontStyle normal
+ BackGroundColor DS_LIGHTBLUE
+ LineColor DS_LIGHTBLUE
+ Padding 3
+ }
+
+ timeline {
+ FontName FONTNAME
+ FontSize 12
+ BackgroundColor SUPERLIGHTGREY
+ }
+
+ milestone {
+ FontColor black
+ FontSize 12
+ FontStyle normal
+ BackGroundColor DS_BLUE
+ LineColor DS_BLUE
+ LineThickness 15.0
+ Margin 5
+ }
+
+ note {
+ FontColor black
+ FontSize 10
+ LineColor DS_LIGHTGREY
+ }
+
+ closed {
+ BackgroundColor #ffdfd4
+ FontColor black
+ }
+
+ Arrow {
+ LineColor DS_GREY
+ LineStyle solid
+ LineThickness 1.5
+ FontName FONTNAME
+ FontColor black
+ FontSize 12
+ }
+
+ Separator {
+ LineColor DS_GREY
+ LineThickness 1.0
+ FontSize 12
+ FontColor black
+ Margin 5
+ Padding 5
+ }
+}
+</style>