From 9920bc4aede3b31276a57b552de2159c3fcc07c9 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 5 Jun 2026 10:33:56 -0600 Subject: [PATCH] test --- .../components/FlowchartStatisticsPanel.vue | 29 ++++++++++++++----- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/src/shared/components/FlowchartStatisticsPanel.vue b/src/shared/components/FlowchartStatisticsPanel.vue index 5ae53b7..1a67a0e 100644 --- a/src/shared/components/FlowchartStatisticsPanel.vue +++ b/src/shared/components/FlowchartStatisticsPanel.vue @@ -70,28 +70,36 @@ - +
+ +
- +
+ +
- +
+ +
- +
+ +
@@ -488,7 +496,7 @@ function renderWordCloud() { label: "", data: words.map((w) => 10 + (w.count / maxCount) * 50), color: words.map((_, i) => WORD_COLORS[i % WORD_COLORS.length]), - rotate: words.map(() => 0), + rotate: 0, } as any, ], }, @@ -550,6 +558,11 @@ onUnmounted(() => { gap: 4px; } +.chart-container { + height: 280px; + position: relative; +} + .wordcloud-container { height: 300px; position: relative;