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",