diff --git a/src/store/groupEvolution/index.js b/src/store/groupEvolution/index.js index 68aac5c..bcd8ef5 100644 --- a/src/store/groupEvolution/index.js +++ b/src/store/groupEvolution/index.js @@ -642,19 +642,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 1, interval: 0.2 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#2AB8FD", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#2AB8FD", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 + name: "分裂演化", + themeColor: "#2AB8FD", data: [0.9237, 0.14507, 0, 0, 0] } ] @@ -668,20 +657,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 25, interval: 5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#01D7DA", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#01D7DA", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "合并演化", + themeColor: "#02D7DA", data: [9.8011, 21.3123, 10.4338, 14.1912, 10.1523] } ] @@ -695,20 +672,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 2, interval: 0.5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#FFDA09", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#FFDA09", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "收缩演化", + themeColor: "#FFDA09", data: [1.9057, 1.5123, 1.0338, 0.5912, 0.1523] } ] @@ -722,20 +687,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 20, interval: 5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#EB57B0", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#EB57B0", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "扩展演化", + themeColor: "#EB57B0", data: [15.1119, 6.5123, 10.6338, 9.5912, 4.1523] } ] @@ -751,19 +704,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 1, interval: 0.2 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#2AB8FD", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#2AB8FD", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 + name: "分裂演化", + themeColor: "#2AB8FD", data: [0.9237, 0.14507, 0, 0, 0] } ] @@ -777,20 +719,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 25, interval: 5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#01D7DA", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#01D7DA", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "合并演化", + themeColor: "#02D7DA", data: [9.8011, 21.3123, 10.4338, 14.1912, 10.1523] } ] @@ -804,20 +734,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 2, interval: 0.5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#FFDA09", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#FFDA09", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "收缩演化", + themeColor: "#FFDA09", data: [1.9057, 1.5123, 1.0338, 0.5912, 0.1523] } ] @@ -831,20 +749,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 20, interval: 5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#EB57B0", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#EB57B0", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "扩展演化", + themeColor: "#EB57B0", data: [15.1119, 6.5123, 10.6338, 9.5912, 4.1523] } ] @@ -860,19 +766,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 1, interval: 0.2 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#2AB8FD", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#2AB8FD", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 + name: "分裂演化", + themeColor: "#2AB8FD", data: [0.9237, 0.14507, 0, 0, 0] } ] @@ -886,20 +781,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 25, interval: 5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#01D7DA", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#01D7DA", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "合并演化", + themeColor: "#02D7DA", data: [9.8011, 21.3123, 10.4338, 14.1912, 10.1523] } ] @@ -913,20 +796,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 2, interval: 0.5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#FFDA09", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#FFDA09", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "收缩演化", + themeColor: "#FFDA09", data: [1.9057, 1.5123, 1.0338, 0.5912, 0.1523] } ] @@ -940,20 +811,8 @@ export const useGroupMemberStore = defineStore("groupMember", { yAxisRange: { min: 0, max: 20, interval: 5 }, seriesList: [ { - name: "", - type: "line", - lineStyle: { - color: "#EB57B0", - width: 1 // 设置线条宽度为3像素 - }, - itemStyle: { - color: "#0A1A2F", - borderColor: "#EB57B0", - borderWidth: 1 - }, - symbol: "circle", - symbolSize: 10, // 圆点大小 - borderWidth: 1, // 边框宽度 + name: "扩展演化", + themeColor: "#EB57B0", data: [15.1119, 6.5123, 10.6338, 9.5912, 4.1523] } ] @@ -1244,35 +1103,17 @@ export const useAnomalousGroup = defineStore("anomalousGroup", { seriesList: [ { name: "社团组一", - type: "bar", - itemStyle: { - color: "#2AB8FD", - borderColor: "#2AB8FD", - borderWidth: 1, - borderRadius: [4, 4, 0, 0] // 顶部圆角 - }, + themeColor: "#2AB8FD", data: [0, 5, 4, 3, 0, 5, 0] }, { name: "社团组二", - type: "bar", - itemStyle: { - color: "#02D7DA", - borderColor: "#02D7DA", - borderWidth: 1, - borderRadius: [4, 4, 0, 0] // 顶部圆角 - }, + themeColor: "#02D7DA", data: [3, 0, 1, 0, 3, 5, 0] }, { name: "社团组三", - type: "bar", - itemStyle: { - color: "#FFDA09", - borderColor: "#FFDA09", - borderWidth: 1, - borderRadius: [4, 4, 0, 0] // 顶部圆角 - }, + themeColor: "#FFDA09", data: [5, 0, 4, 0, 3, 0, 0] } ] diff --git a/src/views/GroupEvolution/abnormalGroup/index.vue b/src/views/GroupEvolution/abnormalGroup/index.vue index 108ca88..a804da5 100644 --- a/src/views/GroupEvolution/abnormalGroup/index.vue +++ b/src/views/GroupEvolution/abnormalGroup/index.vue @@ -7,11 +7,12 @@
- + >
@@ -56,10 +57,11 @@