|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div @click="opnenDialg">
|
|
|
- <div id="bottomLeftChart" style="width:11.25rem;height:6.25rem;"></div>
|
|
|
+ <div id="bottomLeftChart" style="width:11.25rem;height:5.9rem;"></div>
|
|
|
<el-dialog class="my-info-dialog" :visible.sync="openChart" title="蒸汽消耗" @open="open" width="1600px" destroy-on-close append-to-body>
|
|
|
<div id="bottomLeftChart2" style="width:100%;height:600px;"></div>
|
|
|
</el-dialog>
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
for (let i = 0; i < 33; i++) {
|
|
|
let rate = barData[i] / lineData[i];
|
|
|
rateData[i] = rate.toFixed(2);
|
|
|
- };
|
|
|
+ }
|
|
|
|
|
|
let option = {
|
|
|
title: {
|
|
@@ -383,7 +383,7 @@ export default {
|
|
|
for (let i = 0; i < 33; i++) {
|
|
|
let rate = barData[i] / lineData[i];
|
|
|
rateData[i] = rate.toFixed(2);
|
|
|
- };
|
|
|
+ }
|
|
|
|
|
|
let option = {
|
|
|
title: {
|
|
@@ -410,9 +410,6 @@ export default {
|
|
|
legend: {
|
|
|
data: ['HHP','HP','LP','MP','总消耗'],
|
|
|
// data: ['Discharged','Planned emission','Emission rate'],
|
|
|
- textStyle: {
|
|
|
- color: "#B4B4B4"
|
|
|
- },
|
|
|
top: "0%"
|
|
|
},
|
|
|
grid: {
|
|
@@ -422,11 +419,6 @@ export default {
|
|
|
},
|
|
|
xAxis: {
|
|
|
data: category,
|
|
|
- axisLine: {
|
|
|
- lineStyle: {
|
|
|
- color: "#B4B4B4"
|
|
|
- }
|
|
|
- },
|
|
|
axisTick: {
|
|
|
show: false
|
|
|
}
|
|
@@ -434,23 +426,12 @@ export default {
|
|
|
yAxis: [
|
|
|
{
|
|
|
splitLine: { show: false },
|
|
|
- axisLine: {
|
|
|
- lineStyle: {
|
|
|
- color: "#B4B4B4"
|
|
|
- }
|
|
|
- },
|
|
|
-
|
|
|
axisLabel: {
|
|
|
formatter: "{value} "
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
splitLine: { show: false },
|
|
|
- axisLine: {
|
|
|
- lineStyle: {
|
|
|
- color: "#B4B4B4"
|
|
|
- }
|
|
|
- },
|
|
|
axisLabel: {
|
|
|
formatter: "{value} "
|
|
|
}
|
|
@@ -463,7 +444,7 @@ export default {
|
|
|
smooth: true,
|
|
|
showAllSymbol: true,
|
|
|
symbol: "emptyCircle",
|
|
|
- symbolSize: 8,
|
|
|
+ symbolSize: 13,
|
|
|
yAxisIndex: 1,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
@@ -476,7 +457,7 @@ export default {
|
|
|
{
|
|
|
name: 'HHP',
|
|
|
type: "bar",
|
|
|
- barWidth: 10,
|
|
|
+ barWidth: 20,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
barBorderRadius: 5,
|
|
@@ -494,7 +475,7 @@ export default {
|
|
|
type: "bar",
|
|
|
barGap: "-100%",
|
|
|
stack: 'Ad',
|
|
|
- barWidth: 10,
|
|
|
+ barWidth: 20,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
barBorderRadius: 5,
|
|
@@ -514,7 +495,7 @@ export default {
|
|
|
type: "bar",
|
|
|
barGap: "-100%",
|
|
|
stack: 'Ad',
|
|
|
- barWidth: 10,
|
|
|
+ barWidth: 20,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
barBorderRadius: 5,
|
|
@@ -535,7 +516,7 @@ export default {
|
|
|
type: "bar",
|
|
|
barGap: "-100%",
|
|
|
stack: 'Ad',
|
|
|
- barWidth: 10,
|
|
|
+ barWidth: 20,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
barBorderRadius: 5,
|