d2chaos: Disable sequence diagrams

See https://github.com/terrastruct/d2/issues/376
This commit is contained in:
Anmol Sethi 2022-12-05 23:40:02 -08:00
parent 80b05e7ae0
commit 8f4f0ec12a
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -236,6 +236,9 @@ func (gs *dslGenState) randShape() string {
if s != "image" { if s != "image" {
return s return s
} }
if s != "sequence_diagram" {
return s
}
} }
} }