🎨
This commit is contained in:
		
							parent
							
								
									56eb896a03
								
							
						
					
					
						commit
						db439ef804
					
				
					 5 changed files with 21 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -181,7 +181,12 @@ export default Vue.extend({
 | 
			
		|||
				},
 | 
			
		||||
				grid: {
 | 
			
		||||
					clipMarkers: false,
 | 
			
		||||
					borderColor: 'rgba(0, 0, 0, 0.1)'
 | 
			
		||||
					borderColor: 'rgba(0, 0, 0, 0.1)',
 | 
			
		||||
					xaxis: {
 | 
			
		||||
						lines: {
 | 
			
		||||
							show: true,
 | 
			
		||||
						}
 | 
			
		||||
					},
 | 
			
		||||
				},
 | 
			
		||||
				stroke: {
 | 
			
		||||
					curve: 'straight',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -150,7 +150,12 @@ export default Vue.extend({
 | 
			
		|||
			},
 | 
			
		||||
			grid: {
 | 
			
		||||
				clipMarkers: false,
 | 
			
		||||
				borderColor: 'rgba(0, 0, 0, 0.1)'
 | 
			
		||||
				borderColor: 'rgba(0, 0, 0, 0.1)',
 | 
			
		||||
				xaxis: {
 | 
			
		||||
					lines: {
 | 
			
		||||
						show: true,
 | 
			
		||||
					}
 | 
			
		||||
				},
 | 
			
		||||
			},
 | 
			
		||||
			stroke: {
 | 
			
		||||
				curve: 'straight',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -69,7 +69,7 @@ export default Vue.extend({
 | 
			
		|||
				},
 | 
			
		||||
				plotOptions: {
 | 
			
		||||
					bar: {
 | 
			
		||||
						columnWidth: '90%'
 | 
			
		||||
						columnWidth: '80%'
 | 
			
		||||
					}
 | 
			
		||||
				},
 | 
			
		||||
				grid: {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -93,12 +93,17 @@ export default Vue.extend({
 | 
			
		|||
					},
 | 
			
		||||
					plotOptions: {
 | 
			
		||||
						bar: {
 | 
			
		||||
							columnWidth: '90%'
 | 
			
		||||
							columnWidth: '80%'
 | 
			
		||||
						}
 | 
			
		||||
					},
 | 
			
		||||
					grid: {
 | 
			
		||||
						clipMarkers: false,
 | 
			
		||||
						borderColor: 'rgba(0, 0, 0, 0.1)'
 | 
			
		||||
						borderColor: 'rgba(0, 0, 0, 0.1)',
 | 
			
		||||
						xaxis: {
 | 
			
		||||
							lines: {
 | 
			
		||||
								show: true,
 | 
			
		||||
							}
 | 
			
		||||
						},
 | 
			
		||||
					},
 | 
			
		||||
					tooltip: {
 | 
			
		||||
						shared: true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -172,7 +172,7 @@ export default Vue.extend({
 | 
			
		|||
					},
 | 
			
		||||
					plotOptions: {
 | 
			
		||||
						bar: {
 | 
			
		||||
							columnWidth: '90%'
 | 
			
		||||
							columnWidth: '80%'
 | 
			
		||||
						}
 | 
			
		||||
					},
 | 
			
		||||
					grid: {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue