Merge pull request #3688 from isinek/bug/3655_gantt_demo_diagrams_fail

fix: gantt demo diagrams (#3655)
This commit is contained in:
Sidharth Vinod 2022-10-19 23:04:52 +05:30 committed by GitHub
commit 2d11192c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,22 +74,22 @@
<pre class="mermaid"> <pre class="mermaid">
gantt gantt
title Hide today marker (vertical line should not be visible) title Hide today marker (vertical line should not be visible)
dateFormat YYYY-MM-DD dateFormat Z
axisFormat %d axisFormat %d/%m
todayMarker off todayMarker off
section Section1 section Section1
Today: 1, -1h Today: 1, -01:00, 5min
</pre> </pre>
<hr /> <hr />
<pre class="mermaid"> <pre class="mermaid">
gantt gantt
title Style today marker (vertical line should be 5px wide and half-transparent blue) title Style today marker (vertical line should be 5px wide and half-transparent blue)
dateFormat YYYY-MM-DD dateFormat Z
axisFormat %d axisFormat %d/%m
todayMarker stroke-width:5px,stroke:#00f,opacity:0.5 todayMarker stroke-width:5px,stroke:#00f,opacity:0.5
section Section1 section Section1
Today: 1, -1h Today: 1, -01:00, 5min
</pre> </pre>
<hr /> <hr />