chore(client): fix style
This commit is contained in:
		
							parent
							
								
									76389ad619
								
							
						
					
					
						commit
						26df23bb64
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -288,7 +288,7 @@ export default Vue.extend({ | ||||||
| 						borderColor: x.color, | 						borderColor: x.color, | ||||||
| 						borderDash: x.borderDash || [], | 						borderDash: x.borderDash || [], | ||||||
| 						backgroundColor: alpha(x.color, 0.1), | 						backgroundColor: alpha(x.color, 0.1), | ||||||
| 						fill: !!x.fill, | 						fill: x.fill == null ? true : x.false, | ||||||
| 						hidden: !!x.hidden | 						hidden: !!x.hidden | ||||||
| 					})) | 					})) | ||||||
| 				}, | 				}, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue