1.解决审计统计没有显示的bug

2.解决数据中心数据查询过慢和数据展示bug
This commit is contained in:
wr
2023-06-01 17:16:28 +08:00
parent 4fe1039934
commit 7419142abe
33 changed files with 797 additions and 286 deletions

View File

@@ -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: [

View File

@@ -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: [

View File

@@ -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,
},

View File

@@ -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,
},

View File

@@ -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: [