Not moving the label away from assigned position

This commit is contained in:
Knut Sveidqvist
2020-08-29 16:11:42 +02:00
parent b244118fd9
commit a82c53dd2e
3 changed files with 13 additions and 8 deletions

View File

@@ -76,8 +76,12 @@ stateDiagram-v2
</div>
<div class="mermaid" style="width: 50%; height: 20%;">
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#ff0000'}}}%%
classDiagram
Animal <|-- Duck
flowchart TD
%%subgraph A
C -->|Label1 long long long| E1
C --> E3
C ==>E3
%%end
</div>
<div class="mermaid2" style="width: 50%; height: 20%;">