diff --git a/src/assets/images/abnormalGroup/abnormal-group-hudo-time-chart.png b/src/assets/images/abnormalGroup/abnormal-group-hudo-time-chart.png new file mode 100644 index 0000000..25a8d75 Binary files /dev/null and b/src/assets/images/abnormalGroup/abnormal-group-hudo-time-chart.png differ diff --git a/src/assets/images/groupMember/group-member-evolution-chart-title.png b/src/assets/images/groupMember/group-member-evolution-chart-title.png new file mode 100644 index 0000000..7c23ba1 Binary files /dev/null and b/src/assets/images/groupMember/group-member-evolution-chart-title.png differ diff --git a/src/store/groupEvolution/index.js b/src/store/groupEvolution/index.js index 81281d1..73b4d31 100644 --- a/src/store/groupEvolution/index.js +++ b/src/store/groupEvolution/index.js @@ -684,6 +684,65 @@ export const useGroupStructureStore = defineStore("groupStructure", { export const useGroupMemberStore = defineStore("groupMember", { state: () => ({ + groupList: [ + { + id: 1, + type: "群体一", + focusedTopic: "#中国海警首次登检菲律宾#", + series: [ + { + type: "radar", + data: [ + { + value: [10, 5, 15, 5], + symbol: 'circle', + symbolSize: 5, + itemStyle: { + color: '#01D7DA', // 圆点颜色 + }, + areaStyle: { + color: 'rgba(87, 196, 255, 0.3)' // 区域填充 + }, + // 点之间的连线 + lineStyle: { + color: '#0374FE', + type: 'dashed', + width: 1 + } + } + ] + } + ] + }, + { + id: 2, + type: "群体二", + focusedTopic: "#中国海警首次登检菲律宾#", + series: [ + { + type: "radar", + data: [ + { + value: [10, 20, 15, 5], + symbol: 'circle', + symbolSize: 5, + itemStyle: { + color: '#01D7DA', // 圆点颜色 + }, + areaStyle: { + color: 'rgba(87, 196, 255, 0.3)' // 区域填充 + }, + lineStyle: { + color: '#0374FE', + type: 'dashed', + width: 1 + } + } + ] + } + ] + } + ], groupMemberList: [ { id: 1, @@ -706,6 +765,79 @@ export const useGroupMemberStore = defineStore("groupMember", { ] }, ], + chartData: { + xAxisData: ["07:57:46", "09:30:14", "09:57:32", "10:04:47", "10:12:57"], + yAxisRange: { min: 0, max: 25, interval: 5}, + seriesList: [ + { + name: "分裂指数", + type: "line", + lineStyle: { + color: "#2AB8FD", + width: 1 // 设置线条宽度为3像素 + }, + itemStyle: { + color: '#0A1A2F', + borderColor: '#2AB8FD', + borderWidth: 1 + }, + symbol: "circle", + symbolSize: 10, // 圆点大小 + data: [0.9237, 0.14507, 0, 0, 0] + }, + { + name: "合并指数", + type: "line", + lineStyle: { + color: "#02D7DA", + width: 1 // 设置线条宽度为3像素 + }, + itemStyle: { + color: '#0A1A2F', + borderColor: '#01D7DA', + borderWidth: 1 + }, + symbol: "circle", + symbolSize: 10, // 圆点大小 + borderWidth: 1, // 边框宽度 + data: [9.8011, 21.3123, 10.4338, 14.1912, 10.1523] + }, + { + name: "收缩指数", + type: "line", + lineStyle: { + color: "#FFDA09", + width: 1 // 设置线条宽度为3像素 + }, + itemStyle: { + color: '#0A1A2F', + borderColor: '#FFDA09', + borderWidth: 1 + }, + symbol: "circle", + symbolSize: 10, // 圆点大小 + borderWidth: 1, // 边框宽度 + data: [1.9057, 1.5123, 1.0338, 0.5912, 0.1523] + }, + { + name: "扩展指数", + type: "line", + lineStyle: { + color: "#EB57B0", + width: 1 // 设置线条宽度为3像素 + }, + itemStyle: { + color: '#0A1A2F', + borderColor: '#EB57B0', + borderWidth: 1 + }, + symbol: "circle", + symbolSize: 10, // 圆点大小 + borderWidth: 1, // 边框宽度 + data: [15.1119, 6.5123, 10.6338, 9.5912, 4.1523] + } + ] + }, chartsData: { topSelfMedia: [ { @@ -1213,7 +1345,72 @@ export const useAnomalousGroup = defineStore("anomalousGroup", { commentCount: 100, // 转发数 shareCount: 6890 + }, + { + id: 2, + // 评论人 + commenter: { + userId: "1", + userName: "Trump-Good", + userAvatar: defaultAvatar + }, + // 评论接收人 + commentRecipient: { + userId: "2", + userName: "疾风中青劲草", + userAvatar: defaultAvatar + }, + // + mutualCommentCount: 3, + // 评论内容 + content: "在我国海域偷运軍械彈藥是應該依法拘捕送交法院睿理判刑,而且在中国的裹服刑的!难道外国人特权?更何况是這千点小国!#中国海警首次登检菲律宾运补船只# #外交部回应中国海警缴获菲士兵枪支#", + // 点赞数 + likeCount: "4.8w", + // 评论数 + commentCount: 100, + // 转发数 + shareCount: 6890 } - ] + ], + chartData: { + xAxisData: ["t0", "t1", "t2", "t3", "t4", "t5", "t6"], + yAxisRange: { min: 0, max: 5, interval: 1}, + seriesList: [ + { + name: "社团组一", + type: "bar", + itemStyle: { + color: '#2AB8FD', + borderColor: '#2AB8FD', + borderWidth: 1, + borderRadius: [4, 4, 0, 0] // 顶部圆角 + }, + data: [0, 5, 4, 3, 0, 5, 0] + }, + { + name: "社团组二", + type: "bar", + itemStyle: { + color: '#02D7DA', + borderColor: '#02D7DA', + borderWidth: 1, + borderRadius: [4, 4, 0, 0] // 顶部圆角 + }, + data: [3, 0, 1, 0, 3, 5, 0 ] + }, + { + name: "社团组三", + type: "bar", + itemStyle: { + color: '#FFDA09', + borderColor: '#FFDA09', + borderWidth: 1, + borderRadius: [4, 4, 0, 0] // 顶部圆角 + }, + data: [5, 0, 4, 0, 3, 0, 0] + } + ] + }, + }) }) diff --git a/src/views/GroupEvolution/abnormalGroup/components/anomalousContentInfo.vue b/src/views/GroupEvolution/abnormalGroup/components/anomalousContentInfo.vue index 52c2be3..bcfc80d 100644 --- a/src/views/GroupEvolution/abnormalGroup/components/anomalousContentInfo.vue +++ b/src/views/GroupEvolution/abnormalGroup/components/anomalousContentInfo.vue @@ -30,9 +30,25 @@ -