update
This commit is contained in:
parent
da185d9189
commit
85a5cc4e17
|
@ -82,7 +82,7 @@
|
|||
color: "#fff"
|
||||
}
|
||||
}, {
|
||||
data: [1, 1, 1, 1, 1, 1, 1, 1],
|
||||
data: countList,
|
||||
type: "pictorialBar",
|
||||
barMaxWidth: "20",
|
||||
symbol: "diamond",
|
||||
|
@ -95,7 +95,7 @@
|
|||
symbolPosition: "end",
|
||||
symbol: "diamond",
|
||||
symbolOffset: [0, "-50%"],
|
||||
symbolSize: [30, 12],
|
||||
symbolSize: [30, 15],
|
||||
zlevel: 2
|
||||
}],
|
||||
tooltip: {
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
color: '#2d3d53'
|
||||
}
|
||||
},
|
||||
interval: 2,
|
||||
interval: 5,
|
||||
|
||||
},
|
||||
series: [{
|
||||
|
@ -69,7 +69,7 @@
|
|||
position: 'top',
|
||||
}
|
||||
},
|
||||
data: monthList
|
||||
data: countList
|
||||
}]
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue