Skip to content

Commit

Permalink
Merge pull request #23 from jeremytsang1/gantt-fix
Browse files Browse the repository at this point in the history
Fix Gantt chart examples
bschwarz authored Jan 9, 2024
2 parents 2e2152c + 9624594 commit 01a2191
Showing 4 changed files with 44 additions and 42 deletions.
4 changes: 2 additions & 2 deletions examples/gantt-ex.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@startuml
@startgantt

!if %variable_exists("$THEME")
title Gantt Diagram - $THEME theme
@@ -22,4 +22,4 @@ end note
-- Separator title --
[M1] happens on 5 days after [Task1]'s end
-- end --
@enduml
@endgantt
4 changes: 2 additions & 2 deletions examples/gantt-wth-calendar-ex.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@startuml
@startgantt

!if %variable_exists("$THEME")
title Gantt Diagram With Calendar - $THEME theme
@@ -24,4 +24,4 @@ end note
-- Separator title --
[M1] happens on 5 days after [Task1]'s end
-- end --
@enduml
@endgantt
39 changes: 20 additions & 19 deletions themes/cloudscape-design/gantt-ex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 20 additions & 19 deletions themes/cloudscape-design/gantt-wth-calendar-ex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01a2191

Please sign in to comment.