mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Update node label distance.
This commit is contained in:
@@ -14,10 +14,10 @@ var config = {
|
||||
lineColor: 'grey',
|
||||
leftMargin: 50,
|
||||
nodeLabel: {
|
||||
width: 50,
|
||||
width: 75,
|
||||
height: 100,
|
||||
x: -25,
|
||||
y: 25
|
||||
y: 15
|
||||
}
|
||||
}
|
||||
var apiConfig = {};
|
||||
|
@@ -5,5 +5,12 @@ options
|
||||
}
|
||||
end
|
||||
commit
|
||||
branch newbranch
|
||||
checkout newbranch
|
||||
commit
|
||||
commit
|
||||
checkout master
|
||||
commit
|
||||
commit
|
||||
merge newbranch
|
||||
|
||||
|
Reference in New Issue
Block a user