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