|
|
@ -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" //虚线
|
|
|
|