1717 1818
series: [
{
name: "...", //
type: "bar",
yAxisIndex: 0,
barWidth: 20, //
data: [0, 0],
areStyle: {
smooth: false,
// smoothMonotone:"x"
},
label: {
normal: {
show: true,
position: "top"
}
},
// data: [ cirone, cirtwo],
itemStyle: {
//:
normal: { //colorListcolorList
color: "-sharp1a947d"
// color: function (params){
// var colorList = ["-sharp1a947d"];
// return colorList[params.dataIndex];
// }
},
areStyle: {
smooth: false,
}
}
}, {
name: "...", //
type: "bar",
yAxisIndex: 0,
barWidth: 20, //
data: [0, 0],
areStyle: {
smooth: false,
// smoothMonotone:"x"
},
label: {
normal: {
show: true,
position: "top"
}
},
// data: [cirthree,cirfour],
itemStyle: {
//:
normal: { //colorListcolorList
color: "-sharpec9000"
},
areStyle: {
smooth: false,
}
}
}
]