From 55d7356a8b40cf73f0e19b2a2c6c9912bc109e1b Mon Sep 17 00:00:00 2001 From: dearlin <1261008090@qq.com> Date: Wed, 28 Feb 2024 11:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=9C=AC=E6=9C=88=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BI/js/echarts2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/BI/js/echarts2.js b/src/views/BI/js/echarts2.js index 4b6dede..c30e6bd 100644 --- a/src/views/BI/js/echarts2.js +++ b/src/views/BI/js/echarts2.js @@ -58,7 +58,7 @@ function echarts2(id, month, accumulated, currentMonth) { }, }, axisLine: { - show: false, + show: true, }, axisLabel: { margin: 20, @@ -116,7 +116,7 @@ function echarts2(id, month, accumulated, currentMonth) { type: "bar", barWidth: 20, tooltip: { - show: false, + show: true, }, itemStyle: { color: "#1492FF",