Bar chart

This commit is contained in:
Ch K
2023-03-31 17:00:53 +11:00
committed by GitHub
parent 4d933f6b72
commit a58d014a13

View File

@@ -324,6 +324,64 @@ Rel(SystemAA, SystemC, "Sends e-mails", "SMTP")
Rel(SystemC, customerA, "Sends e-mails to")
```
### Bar chart (using gantt chart) [<a href="https://mermaid-js.github.io/mermaid/#/gantt">docs</a> - <a href="https://mermaid.live/edit#pako:eNplks1qxCAQgF9FhMIWls2Pbv6Ope0L9NJDLrNqEiHRJU5KlyXvXtMkC5t4kPHzY4YZvVNhpaIFrcEglob4hRpbRd6gJ6KBHslBws0Rp41QpAWHZLhKQPU621P4afsOkJDvGcGvdgt6caWZoVMCtTUkysMknlEa-a0g4dFHe2lBafiQwq3Ew0ViySqx5FlKwyzfOz7a5mKLxR8W32TifKmWr0q-zxPxbCbZKmUbg4VLH-fVOG8MHi2F4tWI94XStffHECN6pJ3yY9fSP-h9ui0pNqpTJS18KFUFQ4slLc3oVRjQft2MoAX2gzrS-VXfNdQ9dM_wQ2q0PS0qaJ2HrQWp_PFO8Xb9_zzaoc8orKl0PfGhbz1uEK-uCILp-lRrbIbLSdgucFpOH6v5yZMgiZMMYqaSlMGZMSkuUZ5VMY8q6TuMgY7j-AcU470_">live editor</a>]
```
gantt
title Bar chart (days since last update)
dateFormat X
axisFormat %s
section 19062
71 : 0, 71
section 19061
70 : 0, 70
section 19401
36 : 0, 36
section 7089
36 : 0, 36
section 193
34 : 0, 34
section 7441
9 : 0, 9
section 1148
8 : 0, 8
section 1300
5 : 0, 5
section 1411
2 : 0, 2
section 1701
1 : 0, 1
```
```mermaid
gantt
title Bar chart (days since last update)
dateFormat X
axisFormat %s
section 19062
71 : 0, 71
section 19061
70 : 0, 70
section 19401
36 : 0, 36
section 7089
36 : 0, 36
section 193
34 : 0, 34
section 7441
9 : 0, 9
section 1148
8 : 0, 8
section 1300
5 : 0, 5
section 1411
2 : 0, 2
section 1701
1 : 0, 1
```
## Release
For those who have the permission to do so: