|
@@ -27,16 +27,16 @@
|
|
|
<div id="fourGTGyChart" style="width:100%;height:2rem;"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-dialog class="my-info-dialog" :visible.sync="openChartOne" title="2#发电机趋势" @open="open1" width="1600px" destroy-on-close append-to-body>
|
|
|
+ <el-dialog class="my-info-dialog" :visible.sync="openChartOne" title="3#GTG" @open="open1" width="1600px" destroy-on-close append-to-body>
|
|
|
<div id="oneGTGyChart1" style="width:100%;height:600px;"></div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog class="my-info-dialog" :visible.sync="openChartTwo" title="1#发电机趋势" @open="open2" width="1600px" destroy-on-close append-to-body>
|
|
|
+ <el-dialog class="my-info-dialog" :visible.sync="openChartTwo" title="STG" @open="open2" width="1600px" destroy-on-close append-to-body>
|
|
|
<div id="twoGTGyChart1" style="width:100%;height:600px;"></div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog class="my-info-dialog" :visible.sync="openChartThree" title="4#发电机趋势" @open="open3" width="1600px" destroy-on-close append-to-body>
|
|
|
+ <el-dialog class="my-info-dialog" :visible.sync="openChartThree" title="1#GTG" @open="open3" width="1600px" destroy-on-close append-to-body>
|
|
|
<div id="threeGTGyChart1" style="width:100%;height:600px;"></div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog class="my-info-dialog" :visible.sync="openChartFour" title="3#发电机趋势" @open="open4" width="1600px" destroy-on-close append-to-body>
|
|
|
+ <el-dialog class="my-info-dialog" :visible.sync="openChartFour" title="2#GTG" @open="open4" width="1600px" destroy-on-close append-to-body>
|
|
|
<div id="fourGTGyChart1" style="width:100%;height:600px;"></div>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -199,7 +199,7 @@ export default {
|
|
|
containLabel: true
|
|
|
},
|
|
|
title: {
|
|
|
- text: '2#发电机',
|
|
|
+ text: '3#GTG',
|
|
|
textAlign: 'center',
|
|
|
x: 'center',
|
|
|
y: '1px',
|
|
@@ -311,7 +311,7 @@ export default {
|
|
|
containLabel: true
|
|
|
},
|
|
|
title: {
|
|
|
- text: '1#发电机',
|
|
|
+ text: 'STG',
|
|
|
textAlign: 'center',
|
|
|
x: 'center',
|
|
|
y: '1px',
|
|
@@ -434,7 +434,7 @@ export default {
|
|
|
containLabel: true
|
|
|
},
|
|
|
title: {
|
|
|
- text: '4#发电机',
|
|
|
+ text: '1#GTG',
|
|
|
textAlign: 'center',
|
|
|
x: 'center',
|
|
|
y: '1px',
|
|
@@ -558,7 +558,7 @@ export default {
|
|
|
containLabel: true
|
|
|
},
|
|
|
title: {
|
|
|
- text: '3#发电机',
|
|
|
+ text: '2#GTG',
|
|
|
textAlign: 'center',
|
|
|
x: 'center',
|
|
|
y: '1px',
|
|
@@ -620,7 +620,7 @@ export default {
|
|
|
containLabel: true
|
|
|
},
|
|
|
title: {
|
|
|
- text: '3#发电机',
|
|
|
+ text: '2#GTG',
|
|
|
textAlign: 'center',
|
|
|
x: 'center',
|
|
|
y: '1px',
|
|
@@ -694,7 +694,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.text {
|
|
|
- color: #c3cbde;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
.chart-box {
|
|
|
margin-top: 0.2rem;
|