柱状图
This commit is contained in:
@@ -605,18 +605,18 @@ export default {
|
|||||||
},
|
},
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
label: {
|
|
||||||
show: true,
|
|
||||||
position: top,
|
|
||||||
textStyle: {
|
|
||||||
fontSize: 13,
|
|
||||||
color: '#666'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
data: yData,
|
data: yData,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
normal: {
|
normal: {
|
||||||
color: "#5087ec",
|
color: "#5087ec",
|
||||||
|
label: {
|
||||||
|
show: true, //开启显示
|
||||||
|
position: 'top', //在上方显示
|
||||||
|
textStyle: {
|
||||||
|
fontSize: 13,
|
||||||
|
color: '#666'
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
type: "bar",
|
type: "bar",
|
||||||
|
|||||||
Reference in New Issue
Block a user