mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-04 08:06:43 +02:00
#5237 node text cut off
This commit is contained in:
@@ -78,11 +78,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<pre id="diagram" class="mermaid">
|
<pre id="diagram" class="mermaid">
|
||||||
stateDiagram-v2
|
stateDiagram-v2
|
||||||
[*] --> First
|
stateId
|
||||||
state First {
|
|
||||||
[*] --> second
|
|
||||||
second --> [*]
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</pre
|
</pre
|
||||||
|
@@ -836,7 +836,7 @@ export const getData = () => {
|
|||||||
extract(getRootDocV2());
|
extract(getRootDocV2());
|
||||||
const diagramStates = getStates();
|
const diagramStates = getStates();
|
||||||
|
|
||||||
const useRough = true;
|
const useRough = false;
|
||||||
dataFetcher(undefined, getRootDocV2(), diagramStates, nodes, edges, true, useRough);
|
dataFetcher(undefined, getRootDocV2(), diagramStates, nodes, edges, true, useRough);
|
||||||
|
|
||||||
return { nodes, edges, other: {} };
|
return { nodes, edges, other: {} };
|
||||||
|
Reference in New Issue
Block a user