展示本月工作

pull/3/head
dearlin 2024-02-28 11:52:03 +08:00
parent dfd1a6dd1a
commit 55d7356a8b
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ function echarts2(id, month, accumulated, currentMonth) {
}, },
}, },
axisLine: { axisLine: {
show: false, show: true,
}, },
axisLabel: { axisLabel: {
margin: 20, margin: 20,
@ -116,7 +116,7 @@ function echarts2(id, month, accumulated, currentMonth) {
type: "bar", type: "bar",
barWidth: 20, barWidth: 20,
tooltip: { tooltip: {
show: false, show: true,
}, },
itemStyle: { itemStyle: {
color: "#1492FF", color: "#1492FF",