|
@@ -13,7 +13,7 @@
|
|
|
多点为对1表号功能号:{{ pointData.mToOne }}
|
|
|
<!-- 查看表号功能号一对多多对一总览 -->
|
|
|
<el-button @click="showOverview" type="info" icon="el-icon-arrow-right" circle
|
|
|
- style="margin:-25px 0 0 50px;background:rgb(121, 187, 255);color:rgb(233, 233, 235);border:none;"></el-button>
|
|
|
+ style="margin:-25px 0 0 50px;background:rgb(121, 187, 255);color:rgb(225, 228, 229);border:none;"></el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 图形图 -->
|
|
@@ -87,7 +87,7 @@ export default {
|
|
|
trigger: "item",
|
|
|
formatter: "{a} <br/>{b}: {c} ({d}%)"
|
|
|
},
|
|
|
- color: ['rgb(121, 187, 255)', 'rgb(233, 233, 235)'],
|
|
|
+ color: ['rgb(121, 187, 255)', 'rgb(225, 228, 229)'],
|
|
|
legend: {
|
|
|
orient: "vertical",
|
|
|
x: "5%",
|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
//消除高亮
|
|
|
that.loopChart.on('mouseover', function (param) {
|
|
|
if (param.dataIndex == 1) {
|
|
|
- loopOption.series[0].emphasis.itemStyle.color = 'rgb(233, 233, 235)';
|
|
|
+ loopOption.series[0].emphasis.itemStyle.color = 'rgb(225, 228, 229)';
|
|
|
that.loopChart.setOption(loopOption);
|
|
|
}
|
|
|
else {
|
|
@@ -185,7 +185,7 @@ export default {
|
|
|
type: "shadow" // 默认为直线,可选为:'line' | 'shadow'
|
|
|
}
|
|
|
},
|
|
|
- color: ['rgb(121, 187, 255)', 'rgb(233, 233, 235)'],
|
|
|
+ color: ['rgb(121, 187, 255)', 'rgb(225, 228, 229)'],
|
|
|
legend: {
|
|
|
data: ["已接入", "未接入"]
|
|
|
},
|