From ee272b2cfe681b5416d1751d61c5058ebaa52261 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Jul 2022 17:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=B1=E7=8A=B6=E5=9B=BE=E4=B8=8A=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppPropagandaStatistics.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue b/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue index 0b833061..ad714e95 100644 --- a/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue +++ b/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue @@ -583,6 +583,10 @@ export default { document.getElementById("columnarEcharts") ); this.columnarEcharts.setOption({ + tooltip: { + show: this.filterShow == true? false: true , + trigger: "axis", + }, dataZoom: [ { type: "slider", @@ -610,7 +614,15 @@ export default { }, }, series: [ - { + { + label: { + show: true, + position: true, + textStyle: { + fontSize: 13, + color: '#666' + } + }, data: yData, itemStyle: { normal: {