achao 2 years ago
parent
commit
5804546ee0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/user/newReport.vue

+ 2 - 2
pages/user/newReport.vue

@@ -1420,7 +1420,7 @@
 					series: [{
 						name: "成交量A",
 						data: _data,
-						textColor: "transparent"
+						// textColor: "transparent"
 					}]
 				}
 				let res9 = {
@@ -1428,7 +1428,7 @@
 					series: [{
 						name: "成交量A",
 						data: _data1,
-						textColor: "transparent"
+						// textColor: "transparent"
 					}]
 				}
 				this.chartData8 = JSON.parse(JSON.stringify(res8))