Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removed some sample from /flowcharts #4890

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
76 changes: 15 additions & 61 deletions demos/flowchart.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,31 +261,6 @@ <h3>flowchart</h3>
<h2>Sample 3</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TD
A[/Christmas\]
A -->|Get money| B[\Go shopping/]
B --> C{Let me thinksssss<br/>ssssssssssssssssssssss<br/>sssssssssssssssssssssssssss}
C -->|One| D[/Laptop/]
C -->|Two| E[\iPhone\]
C -->|Three| F[Car]
</pre>
<hr />

<h3>flowchart</h3>
<pre class="mermaid">
flowchart TD
A[/Christmas\]
A -->|Get money| B[\Go shopping/]
B --> C{Let me thinksssss<br/>ssssssssssssssssssssss<br/>sssssssssssssssssssssssssss}
C -->|One| D[/Laptop/]
C -->|Two| E[\iPhone\]
C -->|Three| F[Car]
</pre>
<hr />

<h2>Sample 4</h2>
<h3>graph</h3>
<pre class="mermaid">
graph LR
47(SAM.CommonFA.FMESummary)-->48(SAM.CommonFA.CommonFAFinanceBudget)
37(SAM.CommonFA.BudgetSubserviceLineVolume)-->48(SAM.CommonFA.CommonFAFinanceBudget)
Expand Down Expand Up @@ -336,7 +311,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 5</h2>
<h2>Sample 4</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TD
Expand Down Expand Up @@ -473,7 +448,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 6</h2>
<h2>Sample 5</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TB
Expand All @@ -492,7 +467,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 7</h2>
<h2>Sample 6</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TB
Expand Down Expand Up @@ -557,7 +532,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 8</h2>
<h2>Sample 7</h2>
<h3>graph</h3>
<pre class="mermaid">
graph LR
Expand Down Expand Up @@ -594,7 +569,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 9</h2>
<h2>Sample 8</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TD
Expand Down Expand Up @@ -627,7 +602,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 10</h2>
<h2>Sample 9</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TD
Expand Down Expand Up @@ -662,7 +637,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 11</h2>
<h2>Sample 10</h2>
<h3>graph</h3>
<pre class="mermaid">
graph LR
Expand Down Expand Up @@ -697,7 +672,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 12</h2>
<h2>Sample 11</h2>
<h3>graph</h3>
<pre class="mermaid">
graph LR
Expand Down Expand Up @@ -740,7 +715,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 13</h2>
<h2>Sample 12</h2>
<h3>graph</h3>
<pre class="mermaid">
graph LR
Expand Down Expand Up @@ -771,7 +746,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 14</h2>
<h2>Sample 13</h2>
<h3>graph</h3>
<pre class="mermaid">
graph LR
Expand All @@ -794,7 +769,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 15</h2>
<h2>Sample 14</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TB
Expand Down Expand Up @@ -835,7 +810,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 16</h2>
<h2>Sample 15</h2>
<h3>graph</h3>
<pre class="mermaid">
graph LR
Expand Down Expand Up @@ -872,7 +847,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 17</h2>
<h2>Sample 16</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TD
Expand Down Expand Up @@ -901,7 +876,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 18</h2>
<h2>Sample 17</h2>
<h3>graph</h3>
<pre class="mermaid">
graph LR
Expand Down Expand Up @@ -1000,7 +975,7 @@ <h3>flowchart</h3>
</pre>
<hr />

<h2>Sample 19</h2>
<h2>Sample 18</h2>
<h3>graph</h3>
<pre class="mermaid">
graph TB
Expand Down Expand Up @@ -1203,27 +1178,6 @@ <h3>flowchart</h3>
</pre>
<hr />

<pre class="mermaid">
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me thinksssssx<br />sssssssssssssssssssuuu<br />tttsssssssssssssssssssssss}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]
</pre>
<hr />

<pre class="mermaid">
graph TD
A[/Christmas\]
A -->|Get money| B[\Go shopping/]
B --> C{Let me thinksssss<br />ssssssssssssssssssssss<br />sssssssssssssssssssssssssss}
C -->|One| D[/Laptop/]
C -->|Two| E[\iPhone\]
C -->|Three| F[Car]
</pre>
<hr />

<pre class="mermaid">
graph LR
47(SAM.CommonFA.FMESummary)-->48(SAM.CommonFA.CommonFAFinanceBudget)
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
Loading