1
This commit is contained in:
		@@ -58,20 +58,12 @@ export default {
 | 
			
		||||
					type: 'bar',
 | 
			
		||||
					data: [],
 | 
			
		||||
					barWidth: 20,
 | 
			
		||||
					label: {
 | 
			
		||||
						show: true,
 | 
			
		||||
						position: 'top',
 | 
			
		||||
					},
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					name: '上期',
 | 
			
		||||
					type: 'bar',
 | 
			
		||||
					data: [],
 | 
			
		||||
					barWidth: 20,
 | 
			
		||||
					// label: {
 | 
			
		||||
					//   show: true,
 | 
			
		||||
					//   position: 'top'
 | 
			
		||||
					// }
 | 
			
		||||
				},
 | 
			
		||||
			];
 | 
			
		||||
			for (let j = 0; j < arr.length; j++) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user