mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	Fix git graph default style issue
This commit is contained in:
		@@ -8,7 +8,7 @@ const log = Logger.Log
 | 
			
		||||
var allCommitsDict = {}
 | 
			
		||||
var branchNum
 | 
			
		||||
var config = {
 | 
			
		||||
  nodeSpacing: 75,
 | 
			
		||||
  nodeSpacing: 150,
 | 
			
		||||
  nodeFillColor: 'yellow',
 | 
			
		||||
  nodeStrokeWidth: 2,
 | 
			
		||||
  nodeStrokeColor: 'grey',
 | 
			
		||||
@@ -17,12 +17,12 @@ var config = {
 | 
			
		||||
  lineColor: 'grey',
 | 
			
		||||
  leftMargin: 50,
 | 
			
		||||
  branchColors: ['#442f74', '#983351', '#609732', '#AA9A39'],
 | 
			
		||||
  nodeRadius: 15,
 | 
			
		||||
  nodeRadius: 10,
 | 
			
		||||
  nodeLabel: {
 | 
			
		||||
    width: 75,
 | 
			
		||||
    height: 100,
 | 
			
		||||
    x: -25,
 | 
			
		||||
    y: 15
 | 
			
		||||
    y: 0
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
var apiConfig = {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user