|
@@ -158,7 +158,7 @@
|
|
|
<a>返回首页</a>
|
|
|
</div>
|
|
|
<div class="nav-bottom-right">
|
|
|
- <div class="nav-li-right">
|
|
|
+ <div class="nav-li-right" @click="serviceFAW('yshj_new')">
|
|
|
<span>营商环境</span>
|
|
|
</div>
|
|
|
<div class="nav-li-right on" @click="serviceFAW('yshj')">
|
|
@@ -506,21 +506,21 @@ export default {
|
|
|
},
|
|
|
data: XName,
|
|
|
},],
|
|
|
- series: [{
|
|
|
- symbolSize: 150,
|
|
|
- symbol: img[2],
|
|
|
- name: '办件数量',
|
|
|
- type: "line",
|
|
|
- data: data1,
|
|
|
- itemStyle: {
|
|
|
- normal: {
|
|
|
- borderWidth: 5,
|
|
|
- color: '#0696f9',
|
|
|
- borderColor: '#FE7B00',
|
|
|
+ series: [
|
|
|
+ {
|
|
|
+ symbolSize: 150,
|
|
|
+ symbol: img[2],
|
|
|
+ name: '办件数量',
|
|
|
+ type: "line",
|
|
|
+ data: data1,
|
|
|
+ itemStyle: {
|
|
|
+ normal: {
|
|
|
+ borderWidth: 5,
|
|
|
+ color: '#0696f9',
|
|
|
+ borderColor: '#FE7B00',
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- },
|
|
|
-
|
|
|
+ },
|
|
|
{
|
|
|
name: '滑行的光点',
|
|
|
type: 'lines',
|
|
@@ -935,7 +935,7 @@ export default {
|
|
|
return {
|
|
|
coords: [
|
|
|
[0, index],
|
|
|
- [item.value , index],
|
|
|
+ [item.value, index],
|
|
|
]
|
|
|
};
|
|
|
}),
|
|
@@ -943,8 +943,8 @@ export default {
|
|
|
show: true,
|
|
|
period: 2.5,
|
|
|
trailLength: 0.5, //控制拖尾长度
|
|
|
- symbolSize: [15,2],
|
|
|
- symbol:this.$store.state.common.echarts_baseStreamer,
|
|
|
+ symbolSize: [15, 2],
|
|
|
+ symbol: this.$store.state.common.echarts_baseStreamer,
|
|
|
loop: true,
|
|
|
color: '#fff' //流光颜色
|
|
|
},
|
|
@@ -1147,7 +1147,7 @@ export default {
|
|
|
return {
|
|
|
coords: [
|
|
|
[0, index],
|
|
|
- [item.value , index],
|
|
|
+ [item.value, index],
|
|
|
]
|
|
|
};
|
|
|
}),
|
|
@@ -1155,8 +1155,8 @@ export default {
|
|
|
show: true,
|
|
|
period: 2.5,
|
|
|
trailLength: 0.5, //控制拖尾长度
|
|
|
- symbolSize: [15,2],
|
|
|
- symbol:this.$store.state.common.echarts_baseStreamer,
|
|
|
+ symbolSize: [15, 2],
|
|
|
+ symbol: this.$store.state.common.echarts_baseStreamer,
|
|
|
loop: true,
|
|
|
color: '#fff' //流光颜色
|
|
|
},
|