option = {
title: {
text: "告警次数统计图"
},
color: ["#3BA1FF"],
xAxis: {
type: "category",
data: ["12.01", "12.02", "12.03", "12.04", "12.05", "12.06", "12.07", "12.08", "12.09", "12.11", "12.12", "12.13", "12.14", "12.15", "12.166", "12.17", "12.18", "12.19", "12.20", "12.21", "12.22", "12.23", "12.24", "12.25", "12.26", "12.27", "12.28", "12.29", "12.30", "12.31"]
},
yAxis: {
type: "value"
},
series: [
{
data: [1, 2, 3, 4, 5, 6, 7, 6, 5, 4, 3, 3, 2, 1],
type: "bar",
backgroundStyle: {
color: "rgba(180, 180, 180, 0.2)"
}
}
]
}
option = {
title: {
text: "告警次数统计图"
},
color: ["#3BA1FF"],
xAxis: {
type: "category",
data: ["12.01", "12.02", "12.03", "12.04", "12.05", "12.06", "12.07", "12.08", "12.09", "12.11", "12.12", "12.13", "12.14", "12.15", "12.166", "12.17", "12.18", "12.19", "12.20", "12.21", "12.22", "12.23", "12.24", "12.25", "12.26", "12.27", "12.28", "12.29", "12.30", "12.31"]
},
yAxis: {
type: "value"
},
series: [
{
data: [1, 2, 3, 4, 5, 6, 7, 6, 5, 4, 3, 3, 2, 1],
type: "bar",
backgroundStyle: {
color: "rgba(180, 180, 180, 0.2)"
}
}
]
}