mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Update node label distance.
This commit is contained in:
parent
6032e05581
commit
6c28c55ea7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user