🎨
This commit is contained in:
		
							parent
							
								
									88ac0de0e6
								
							
						
					
					
						commit
						9f417bd50b
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -426,7 +426,6 @@ export default defineComponent({ | ||||||
| 				series: [{ | 				series: [{ | ||||||
| 					name: 'All', | 					name: 'All', | ||||||
| 					type: 'line', | 					type: 'line', | ||||||
| 					borderDash: [5, 5], |  | ||||||
| 					data: format(type == 'combined' | 					data: format(type == 'combined' | ||||||
| 						? sum(raw.local.inc, negate(raw.local.dec), raw.remote.inc, negate(raw.remote.dec)) | 						? sum(raw.local.inc, negate(raw.local.dec), raw.remote.inc, negate(raw.remote.dec)) | ||||||
| 						: sum(raw[type].inc, negate(raw[type].dec)) | 						: sum(raw[type].inc, negate(raw[type].dec)) | ||||||
|  | @ -750,7 +749,6 @@ export default defineComponent({ | ||||||
| 				series: [...(props.args.withoutAll ? [] : [{ | 				series: [...(props.args.withoutAll ? [] : [{ | ||||||
| 					name: 'All', | 					name: 'All', | ||||||
| 					type: 'line', | 					type: 'line', | ||||||
| 					borderDash: [5, 5], |  | ||||||
| 					data: format(sum(raw.inc, negate(raw.dec))), | 					data: format(sum(raw.inc, negate(raw.dec))), | ||||||
| 					color: '#888888', | 					color: '#888888', | ||||||
| 				}]), { | 				}]), { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue