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