Fixed so padding of Node labels is working for neo and other theme

This commit is contained in:
Per Brolin
2024-06-13 08:35:26 +02:00
parent f17d788ac8
commit f22f319599
4 changed files with 44 additions and 8 deletions

View File

@@ -91,12 +91,7 @@ stateDiagram-v2
<pre id="diagram" class="mermaid">
stateDiagram
[*] --> Still
Still --> [*]
Still --> Moving
Moving --> Still
Moving --> Crash
Crash --> [*]
StateID
@@ -126,6 +121,7 @@ stateDiagram-v2
theme: 'neo',
handdrawnSeed: 12,
look: 'neo',
//layout: 'elk',
'elk.nodePlacement.strategy': 'NETWORK_SIMPLEX',
// layout: 'dagre',
// layout: 'elk',