diff --git a/demos/classchart.html b/demos/classchart.html index 3ad8fb100b..57646e7159 100644 --- a/demos/classchart.html +++ b/demos/classchart.html @@ -145,21 +145,6 @@
- classDiagram - class Person { - +Id : Guid - +FirstName : string - +LastName : string - -privateProperty : string - #ProtectedProperty : string - ~InternalProperty : string - ~AnotherInternalProperty : List~List~string~~ - } - class People List~List~Person~~ --
classDiagram A1 --> B1 diff --git a/demos/flowchart.html b/demos/flowchart.html index 8389510b28..a52be63e93 100644 --- a/demos/flowchart.html +++ b/demos/flowchart.html @@ -261,31 +261,6 @@flowchart
Sample 3
graph
- graph TD - A[/Christmas\] - A -->|Get money| B[\Go shopping/] - B --> C{Let me thinksssss-
ssssssssssssssssssssss
sssssssssssssssssssssssssss} - C -->|One| D[/Laptop/] - C -->|Two| E[\iPhone\] - C -->|Three| F[Car] -
- -flowchart
-- flowchart TD - A[/Christmas\] - A -->|Get money| B[\Go shopping/] - B --> C{Let me thinksssss-
ssssssssssssssssssssss
sssssssssssssssssssssssssss} - C -->|One| D[/Laptop/] - C -->|Two| E[\iPhone\] - C -->|Three| F[Car] -
- -Sample 4
-graph
-graph LR 47(SAM.CommonFA.FMESummary)-->48(SAM.CommonFA.CommonFAFinanceBudget) 37(SAM.CommonFA.BudgetSubserviceLineVolume)-->48(SAM.CommonFA.CommonFAFinanceBudget) @@ -336,7 +311,7 @@flowchart
-Sample 5
+Sample 4
graph
graph TD @@ -473,7 +448,7 @@flowchart
-Sample 6
+Sample 5
graph
graph TB @@ -492,7 +467,7 @@flowchart
-Sample 7
+Sample 6
graph
graph TB @@ -557,7 +532,7 @@flowchart
-Sample 8
+Sample 7
graph
graph LR @@ -594,7 +569,7 @@flowchart
-Sample 9
+Sample 8
graph
graph TD @@ -627,7 +602,7 @@flowchart
-Sample 10
+Sample 9
graph
graph TD @@ -662,7 +637,7 @@flowchart
-Sample 11
+Sample 10
graph
graph LR @@ -697,7 +672,7 @@flowchart
-Sample 12
+Sample 11
graph
graph LR @@ -740,7 +715,7 @@flowchart
-Sample 13
+Sample 12
graph
graph LR @@ -771,7 +746,7 @@flowchart
-Sample 14
+Sample 13
graph
graph LR @@ -794,7 +769,7 @@flowchart
-Sample 15
+Sample 14
graph
graph TB @@ -835,7 +810,7 @@flowchart
-Sample 16
+Sample 15
graph
graph LR @@ -872,7 +847,7 @@flowchart
-Sample 17
+Sample 16
graph
graph TD @@ -901,7 +876,7 @@flowchart
-Sample 18
+Sample 17
graph
graph LR @@ -1000,7 +975,7 @@flowchart
-Sample 19
+Sample 18
graph
graph TB @@ -1203,27 +1178,6 @@flowchart
-- graph TD - A[Christmas] -->|Get money| B(Go shopping) - B --> C{Let me thinksssssx-
sssssssssssssssssssuuu
tttsssssssssssssssssssssss} - C -->|One| D[Laptop] - C -->|Two| E[iPhone] - C -->|Three| F[Car] -
- -- graph TD - A[/Christmas\] - A -->|Get money| B[\Go shopping/] - B --> C{Let me thinksssss-
ssssssssssssssssssssss
sssssssssssssssssssssssssss} - C -->|One| D[/Laptop/] - C -->|Two| E[\iPhone\] - C -->|Three| F[Car] -
-graph LR 47(SAM.CommonFA.FMESummary)-->48(SAM.CommonFA.CommonFAFinanceBudget) diff --git a/demos/gantt.html b/demos/gantt.html index 88f52ef5c9..92e4e728af 100644 --- a/demos/gantt.html +++ b/demos/gantt.html @@ -71,28 +71,6 @@Gantt chart diagram demos
-- 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 --
- -- 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 --
-gantt dateFormat YYYY-MM-DD