Skip to content

Commit

Permalink
d2chaos: Disable sequence diagrams
Browse files Browse the repository at this point in the history
See #376
  • Loading branch information
nhooyr committed Dec 6, 2022
1 parent 80b05e7 commit 8f4f0ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions d2chaos/d2chaos.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ func (gs *dslGenState) randShape() string {
if s != "image" {
return s
}
if s != "sequence_diagram" {
return s
}
}
}

Expand Down

0 comments on commit 8f4f0ec

Please sign in to comment.