1.解决审计统计没有显示的bug
2.解决数据中心数据查询过慢和数据展示bug
This commit is contained in:
@@ -3,16 +3,19 @@
|
||||
backgroundColor: "#FFF",
|
||||
title: {
|
||||
text: "ITIC曲线",
|
||||
x: "center",
|
||||
left: "center",
|
||||
},
|
||||
grid: {
|
||||
left: "4%",
|
||||
right: "2%",
|
||||
top: "80px",
|
||||
left: "40px",
|
||||
right: "40px",
|
||||
bottom: "10%",
|
||||
},
|
||||
legend: {
|
||||
data: ["上限", "下限", "可容忍事件", "不可容忍事件"],
|
||||
x: "left",
|
||||
top:"26px",
|
||||
left: "0px",
|
||||
bottom: "94%",
|
||||
},
|
||||
color: ["#FF8C00", "#00BFFF", "green", "red"],
|
||||
xAxis: [
|
||||
|
||||
@@ -3,16 +3,19 @@
|
||||
backgroundColor: "#fff",
|
||||
title: {
|
||||
text: "SEMI F47曲线",
|
||||
x: "center",
|
||||
left: "center",
|
||||
},
|
||||
grid: {
|
||||
left: "4%",
|
||||
right: "5%",
|
||||
top: "80px",
|
||||
left: "40px",
|
||||
right: "40px",
|
||||
bottom: "10%",
|
||||
},
|
||||
legend: {
|
||||
data: ["边界线", "可容忍事件", "不可容忍事件"],
|
||||
x: "left",
|
||||
top:"26px",
|
||||
left: "0px",
|
||||
bottom: "94%",
|
||||
},
|
||||
color: ["yellow", "green", "red"],
|
||||
xAxis: [
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
xAxis: [
|
||||
{
|
||||
type: "category",
|
||||
boundaryGap: false,
|
||||
boundaryGap: true,
|
||||
name: "暂降幅值",
|
||||
nameLocation: "center",
|
||||
nameGap: 20,
|
||||
nameGap: 40,
|
||||
nameTextStyle: {
|
||||
fontSize: 15,
|
||||
},
|
||||
@@ -56,7 +56,7 @@
|
||||
type: "value",
|
||||
name: "概率分布",
|
||||
nameLocation: "center",
|
||||
nameGap: 40,
|
||||
nameGap: 60,
|
||||
nameTextStyle: {
|
||||
fontSize: 15,
|
||||
},
|
||||
@@ -68,7 +68,7 @@
|
||||
type: "value",
|
||||
name: "占比",
|
||||
nameLocation: "center",
|
||||
nameGap: 40,
|
||||
nameGap: 20,
|
||||
nameTextStyle: {
|
||||
fontSize: 15,
|
||||
},
|
||||
|
||||
@@ -19,10 +19,10 @@ bottom: "15%"
|
||||
xAxis: [
|
||||
{
|
||||
type: "category",
|
||||
boundaryGap: false,
|
||||
boundaryGap: true,
|
||||
name: "暂降持续时间(s)",
|
||||
nameLocation: "center",
|
||||
nameGap: 20,
|
||||
nameGap: 40,
|
||||
nameTextStyle: {
|
||||
fontSize: 15,
|
||||
},
|
||||
@@ -34,7 +34,7 @@ yAxis: [
|
||||
type: "value",
|
||||
name: "概率分布",
|
||||
nameLocation: "center",
|
||||
nameGap: 40,
|
||||
nameGap: 60,
|
||||
nameTextStyle: {
|
||||
fontSize: 15,
|
||||
},
|
||||
@@ -46,7 +46,7 @@ formatter: "{value} %",
|
||||
type: "value",
|
||||
name: "占比",
|
||||
nameLocation: "center",
|
||||
nameGap: 40,
|
||||
nameGap: 20,
|
||||
nameTextStyle: {
|
||||
fontSize: 15,
|
||||
},
|
||||
|
||||
@@ -11,9 +11,10 @@ data: ["暂降次数"],
|
||||
x: "left",
|
||||
},
|
||||
grid: {
|
||||
left: "3%",
|
||||
bottom: "3%",
|
||||
right: "7%",
|
||||
top: "80px",
|
||||
left: "40px",
|
||||
right: "60px",
|
||||
bottom:"20px",
|
||||
containLabel: true,
|
||||
},
|
||||
xAxis: [
|
||||
|
||||
Reference in New Issue
Block a user