diff --git a/src/diagrams/gitGraph/gitGraphRenderer.js b/src/diagrams/gitGraph/gitGraphRenderer.js index b32c9ef46..79a21fc15 100644 --- a/src/diagrams/gitGraph/gitGraphRenderer.js +++ b/src/diagrams/gitGraph/gitGraphRenderer.js @@ -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 = {}; diff --git a/testgitgraph.mm b/testgitgraph.mm index 660529507..48effa222 100644 --- a/testgitgraph.mm +++ b/testgitgraph.mm @@ -5,5 +5,12 @@ options } end commit + branch newbranch + checkout newbranch commit commit + checkout master + commit + commit + merge newbranch +