Browse Source

细节调优

wangjiawen 4 years ago
parent
commit
a7ea8b9f38
1 changed files with 2 additions and 26 deletions
  1. 2 26
      components/detail/Detail.vue

+ 2 - 26
components/detail/Detail.vue

@@ -337,36 +337,12 @@ export default {
 			// 折线图
 			let LineA = {
 				categories: [
-					'17:26',
-					'18:56',
-					'19:56',
-					'20:56',
-					'21:56',
-					'22:56',
-					'23:56',
-					'00:56',
-					'01:56',
-					'02:56',
-					'03:56',
-					'04:56',
-					'05:56',
-					'06:56',
-					'07:56',
-					'08:56',
-					'09:56',
-					'10:56',
-					'11:56',
-					'12:56',
-					'13:56',
-					'14:56',
-					'15:56',
-					'16:56',
-					'17:56            '
+					
 				],
 				series: [
 					{
 						name: '功率',
-						data: [17, 21, 19, 22, 20.2, 19.1, 22.4, 23.8, 21.5, 22.9, 19.2, 22.4, 18.7, 22.1, 21.4, 22.7, 18.4, 18.4, 21.8, 22.5, 22.9, 19.8, 22.7, 23, 22.8],
+						data: [],
 						color: '#4A80B1',
 						textColor: '#FFFFFF',
 						textSize: this.seriesTextSize,