From b887d2b3df226ef8bd7b72ac594574346cecf1ef Mon Sep 17 00:00:00 2001 From: qq_38870145 Date: Sun, 7 Jan 2024 11:29:00 +0800 Subject: [PATCH] Sun Jan 7 11:29:00 CST 2024 inscode --- src/components/visual/hub/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/visual/hub/index.vue b/src/components/visual/hub/index.vue index e10582b..c75910b 100644 --- a/src/components/visual/hub/index.vue +++ b/src/components/visual/hub/index.vue @@ -25,7 +25,12 @@ function renderEchartLine() { const seriesItem= { name: 'Access From', type: 'pie', - radius: '50%', + // radius: [20, 50], + center: ['50%', '50%'], + // roseType: 'area', + // itemStyle: { + // borderRadius: 1 + // }, data:state.hubData, label:{ color:'#ffffff' -- GitLab