Skip to content

Commit

Permalink
Merge pull request #3688 from isinek/bug/3655_gantt_demo_diagrams_fail
Browse files Browse the repository at this point in the history
fix: gantt demo diagrams (#3655)
  • Loading branch information
sidharthv96 authored Oct 19, 2022
2 parents 4838d63 + 53bc747 commit 2d11192
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demos/gantt.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,22 @@ <h1>Gantt chart diagram demos</h1>
<pre class="mermaid">
gantt
title Hide today marker (vertical line should not be visible)
dateFormat YYYY-MM-DD
axisFormat %d
dateFormat Z
axisFormat %d/%m
todayMarker off
section Section1
Today: 1, -1h
Today: 1, -01:00, 5min
</pre>
<hr />

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

Expand Down

0 comments on commit 2d11192

Please sign in to comment.