diff --git a/src/components/e-charts/doubleLine.vue b/src/components/e-charts/doubleLine.vue
index c6a33610b646fe74b2267961a3067b845aff1737..c29f73c02c9c8d2efe36644462fe01ff9a3cf218 100644
--- a/src/components/e-charts/doubleLine.vue
+++ b/src/components/e-charts/doubleLine.vue
@@ -82,13 +82,14 @@ export default {
itemWidth: 10,
itemHeight: 10,
orient: "horizontal",
- backgroundColor: "#f4f7fc"
+ // backgroundColor: "#f4f7fc"
},
color:self.colors,
grid: {
- left: "1%",
- right: "4%",
- bottom: "3%",
+ top: 35,
+ left: 10,
+ right: 30,
+ bottom: 0,
containLabel: true
},
xAxis: [
diff --git a/src/components/e-charts/gkmultiple_circle.vue b/src/components/e-charts/gkmultiple_circle.vue
index bbdf0e658722c6ddb28d3a4573e966aef28ab4d4..477166b9d4c96f79dbbe0952b45c3e8257580a64 100644
--- a/src/components/e-charts/gkmultiple_circle.vue
+++ b/src/components/e-charts/gkmultiple_circle.vue
@@ -114,7 +114,7 @@ export default {
type: "pie",
clockWise: false,
radius: [65, 70],
- center: ["50%", "50%"],
+ center: ["50%", "48%"],
hoverAnimation: false,
itemStyle: {
normal: {
@@ -157,7 +157,7 @@ export default {
show: false
},
legend: {
- bottom: -5,
+ bottom: 0,
left: "center",
itemWidth: 10,
itemHeight: 10,
diff --git a/src/components/e-charts/line_chart.vue b/src/components/e-charts/line_chart.vue
index 0b8463e84731ca95bf32ef198e1109894b4f3cdc..ee472aac81f71125ec2b5aa9b983286e81b56252 100644
--- a/src/components/e-charts/line_chart.vue
+++ b/src/components/e-charts/line_chart.vue
@@ -143,7 +143,7 @@ export default {
color: this.zzfw ? color2 : color,
legend: {
show: yarr.length >= 2, //是否显示图例
- right: "center",
+ // right: "center",
bottom: 0,
itemWidth: 10,
itemHeight: 10,
diff --git a/src/pages/data-analysis/org-control.vue b/src/pages/data-analysis/org-control.vue
index 4c07b464edd66671fef264f00b178575e9fd4e27..e1168c998ba5c7f227e7d1a7fdc9e5087d8fcfbd 100644
--- a/src/pages/data-analysis/org-control.vue
+++ b/src/pages/data-analysis/org-control.vue
@@ -62,14 +62,14 @@
:data="mult_data_state"
:show_center_data="false"
:bar_width="10"
- style="height:200px; margin-top:0"
+ style="height:200px;margin-top:0;"
>
@@ -82,7 +82,10 @@
:show_header="true"
title="应用构建数量排名"
>
-
+
@@ -253,11 +256,11 @@ export default {
],
seriesData: [
{
- name: "服务数量",
+ name: "含敏感字段的服务",
data: [300, 400, 350, 280, 480, 520, 500, 460],
},
{
- name: "应用数量",
+ name: "不含敏感字段的服务",
data: [300, 350, 400, 280, 320, 450, 400, 350],
},
],
diff --git a/src/pages/data-analysis/super-control.vue b/src/pages/data-analysis/super-control.vue
index 4c07b464edd66671fef264f00b178575e9fd4e27..44565abd9021ee9c1670e518cfc883cf8aeca370 100644
--- a/src/pages/data-analysis/super-control.vue
+++ b/src/pages/data-analysis/super-control.vue
@@ -62,14 +62,14 @@
:data="mult_data_state"
:show_center_data="false"
:bar_width="10"
- style="height:200px; margin-top:0"
+ style="height:200px;margin-top:0;"
>
@@ -82,7 +82,7 @@
:show_header="true"
title="应用构建数量排名"
>
-
+
@@ -253,11 +253,11 @@ export default {
],
seriesData: [
{
- name: "服务数量",
+ name: "含敏感字段的服务",
data: [300, 400, 350, 280, 480, 520, 500, 460],
},
{
- name: "应用数量",
+ name: "不含敏感字段的服务",
data: [300, 350, 400, 280, 320, 450, 400, 350],
},
],