achao 2 年之前
父节点
当前提交
5804546ee0
共有 1 个文件被更改,包括 2 次插入2 次删除
  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))