1295 Support for subgraphs with wide labels

This commit is contained in:
Knut Sveidqvist
2020-03-11 19:52:57 +01:00
parent 1b64af143e
commit 7bd5529bb7
6 changed files with 156 additions and 8 deletions

View File

@@ -36,14 +36,14 @@
<div class="mermaid" style="width: 100%; height: 100%">
graph TB
A[apan klättrar]-- i träd -->B
subgraph Test
subgraph id1 [Test with title wider then the node in the subgraph]
B
end
</div>
<div class="mermaid" style="width: 100%; height: 100%">
flowchart TB
A[apan klättrar]-- i träd -->B
subgraph Test
subgraph id1 [Test with title wider then the node in the subgraph]
B
end
</div>