Skip to content

Commit

Permalink
removed faulty diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
masterujjval committed Oct 1, 2023
1 parent 7a42388 commit d63dc28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
15 changes: 0 additions & 15 deletions demos/classchart.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,21 +145,6 @@ <h1>Class diagram demos</h1>
</pre>
<hr />

<pre class="mermaid">
classDiagram
class Person {
+Id : Guid
+FirstName : string
+LastName : string
-privateProperty : string
#ProtectedProperty : string
~InternalProperty : string
~AnotherInternalProperty : List~List~string~~
}
class People List~List~Person~~
</pre>
<hr />

<pre class="mermaid">
classDiagram
A1 --> B1
Expand Down
22 changes: 0 additions & 22 deletions demos/gantt.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,6 @@ <h1>Gantt chart diagram demos</h1>
</pre>
<hr />

<pre class="mermaid">
gantt
title Hide today marker (vertical line should not be visible)
dateFormat Z
axisFormat %d/%m
todayMarker off
section Section1
Today: 1, 08-08-09-01:00, 5min
</pre>
<hr />

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

<pre class="mermaid">
gantt
dateFormat YYYY-MM-DD
Expand Down

0 comments on commit d63dc28

Please sign in to comment.