master
夜笙歌 3 years ago
parent 9904e9e38a
commit c7a81e1426

@ -14,7 +14,7 @@ body {
height: 22%; height: 22%;
top: 14%; top: 14%;
left: 3.3%; left: 3.3%;
font-size: 16px !important; font-size: 17% !important;
} }
.energyProductionStatistics { .energyProductionStatistics {

@ -1580,7 +1580,7 @@ const OEEStatistics = (res, ids) => {
show: false, show: false,
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -1613,7 +1613,7 @@ const OEEStatistics = (res, ids) => {
show: false, show: false,
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -2046,6 +2046,7 @@ const loss = (res, ids) => {
grid: { grid: {
top: "25%", top: "25%",
right: "5%",
bottom: "25%", bottom: "25%",
}, },
xAxis: { xAxis: {
@ -2078,7 +2079,7 @@ const loss = (res, ids) => {
}, },
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -2100,7 +2101,7 @@ const loss = (res, ids) => {
show: true, show: true,
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -2212,7 +2213,7 @@ const equipmentFailure = (res, ids) => {
show: false, show: false,
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -2229,7 +2230,7 @@ const equipmentFailure = (res, ids) => {
type: 'category', type: 'category',
data: stationData, data: stationData,
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线

@ -42,10 +42,10 @@ body {
.loss { .loss {
border: 0px solid red; border: 0px solid red;
position: absolute; position: absolute;
width: 28%; width: 25%;
height: 25%; height: 25%;
top: 41%; top: 41%;
left: 71%; left: 72%;
} }

@ -14,7 +14,7 @@ body {
height: 22%; height: 22%;
top: 14%; top: 14%;
left: 3.3%; left: 3.3%;
font-size: 16px !important; font-size: 17% !important;
} }
.energyProductionStatistics { .energyProductionStatistics {
@ -99,10 +99,10 @@ body {
.loss { .loss {
border: 0px solid red; border: 0px solid red;
position: absolute; position: absolute;
width: 28%; width: 25%;
height: 25%; height: 25%;
top: 41%; top: 41%;
left: 71%; left: 72%;
} }
.productionPlan { .productionPlan {

@ -1580,7 +1580,7 @@ const OEEStatistics = (res, ids) => {
show: false, show: false,
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -1613,7 +1613,7 @@ const OEEStatistics = (res, ids) => {
show: false, show: false,
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -2046,6 +2046,7 @@ const loss = (res, ids) => {
grid: { grid: {
top: "25%", top: "25%",
right: "5%",
bottom: "25%", bottom: "25%",
}, },
xAxis: { xAxis: {
@ -2078,7 +2079,7 @@ const loss = (res, ids) => {
}, },
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -2100,7 +2101,7 @@ const loss = (res, ids) => {
show: true, show: true,
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -2212,7 +2213,7 @@ const equipmentFailure = (res, ids) => {
show: false, show: false,
}, },
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线
@ -2229,7 +2230,7 @@ const equipmentFailure = (res, ids) => {
type: 'category', type: 'category',
data: stationData, data: stationData,
splitLine: { splitLine: {
show: true, show: false,
lineStyle: { lineStyle: {
color: "rgb(217,217,217,0.5)", color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线 type: "dashed" //虚线

Loading…
Cancel
Save