forked from integrated_whb/integrated_whb_vue
展示本月工作
parent
dfd1a6dd1a
commit
55d7356a8b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue