顾问执行率趋势
-
-
+
@@ -406,8 +406,8 @@
-
-
+
@@ -767,7 +767,7 @@ export default {
tooltip: {
trigger: 'axis',
axisPointer: {
- type: 'shadow'
+ type: 'line'
}
},
grid: {
@@ -797,16 +797,17 @@ export default {
type: 'bar',
barCategoryGap: '70%',
itemStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(
- 0, 0, 0, 1,
- [
- { offset: 0, color: '#9837dd' }, //柱图渐变色
- { offset: 1, color: '#e23af5' }, //柱图渐变色
- ]
- )
- },
- },
+ normal: {
+ color: new echarts.graphic.LinearGradient(
+ 0, 0, 0, 1,
+ [
+ { offset: 0, color: '#9837dd' }, //柱图渐变色
+ { offset: 1, color: '#e23af5' }, //柱图渐变色
+ ]
+ ),
+ barBorderRadius: [5, 5, 0, 0]
+ },
+ },
}
]
};
diff --git a/src/views/Statistics/TrendAnalysis.vue b/src/views/Statistics/TrendAnalysis.vue
index d3b72ff..2ec5062 100644
--- a/src/views/Statistics/TrendAnalysis.vue
+++ b/src/views/Statistics/TrendAnalysis.vue
@@ -1440,7 +1440,7 @@ export default {
justify-content: center;
.youimg {
- width: 45%;
+ width: 33%;
// height: 60px;
}
}
diff --git a/src/views/Statistics/dataScreeAge.vue b/src/views/Statistics/dataScreeAge.vue
index 82386cc..a18e59d 100644
--- a/src/views/Statistics/dataScreeAge.vue
+++ b/src/views/Statistics/dataScreeAge.vue
@@ -140,7 +140,7 @@
-->