From 8f4f0ec12ac4549fb00257aae79fcad15d63c3c2 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 5 Dec 2022 23:40:02 -0800 Subject: [PATCH] d2chaos: Disable sequence diagrams See https://github.com/terrastruct/d2/issues/376 --- d2chaos/d2chaos.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/d2chaos/d2chaos.go b/d2chaos/d2chaos.go index 8b6c74f5e..c6cf4937c 100644 --- a/d2chaos/d2chaos.go +++ b/d2chaos/d2chaos.go @@ -236,6 +236,9 @@ func (gs *dslGenState) randShape() string { if s != "image" { return s } + if s != "sequence_diagram" { + return s + } } }