Fix dotted line style at tx chart.
Remove dotted line from inverted mempool chart.
This commit is contained in:
		
							parent
							
								
									e144d0c8e5
								
							
						
					
					
						commit
						5c9d44e9eb
					
				@ -133,7 +133,7 @@ export class IncomingTransactionsGraphComponent implements OnInit, OnChanges {
 | 
				
			|||||||
            symbol: 'none',
 | 
					            symbol: 'none',
 | 
				
			||||||
            lineStyle: {
 | 
					            lineStyle: {
 | 
				
			||||||
              color: '#fff',
 | 
					              color: '#fff',
 | 
				
			||||||
              opacity: 0.75,
 | 
					              opacity: 1,
 | 
				
			||||||
              width: 2,
 | 
					              width: 2,
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            data: [{
 | 
					            data: [{
 | 
				
			||||||
 | 
				
			|||||||
@ -134,8 +134,8 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
 | 
				
			|||||||
            symbol: 'none',
 | 
					            symbol: 'none',
 | 
				
			||||||
            lineStyle: {
 | 
					            lineStyle: {
 | 
				
			||||||
              color: '#fff',
 | 
					              color: '#fff',
 | 
				
			||||||
              opacity: 0.75,
 | 
					              opacity: 1,
 | 
				
			||||||
              width: 2,
 | 
					              width: this.inverted ? 2 : 0,
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            data: [{
 | 
					            data: [{
 | 
				
			||||||
              yAxis: '1000000',
 | 
					              yAxis: '1000000',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user