Skip to content

Commit

Permalink
Reduce sankey width
Browse files Browse the repository at this point in the history
  • Loading branch information
nirname committed Jul 4, 2023
1 parent 6f03e22 commit 9f5f0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,7 @@ const config: Partial<MermaidConfig> = {
maxNodeWidth: 200,
},
sankey: {
width: 800,
width: 600,
height: 400,
linkColor: 'gradient',
nodeAlignment: 'justify',
Expand Down

0 comments on commit 9f5f0a6

Please sign in to comment.