mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
Reduce sankey width
This commit is contained in:
@@ -2271,7 +2271,7 @@ const config: Partial<MermaidConfig> = {
|
|||||||
maxNodeWidth: 200,
|
maxNodeWidth: 200,
|
||||||
},
|
},
|
||||||
sankey: {
|
sankey: {
|
||||||
width: 800,
|
width: 600,
|
||||||
height: 400,
|
height: 400,
|
||||||
linkColor: 'gradient',
|
linkColor: 'gradient',
|
||||||
nodeAlignment: 'justify',
|
nodeAlignment: 'justify',
|
||||||
|
Reference in New Issue
Block a user