From d8363b997ae8f49003e19832bb61ad52c87923ed Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 3 Jun 2026 07:38:05 -0600 Subject: [PATCH] fix --- src/shared/components/FlowchartStatisticsPanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/FlowchartStatisticsPanel.vue b/src/shared/components/FlowchartStatisticsPanel.vue index d3aaf63..2a15d54 100644 --- a/src/shared/components/FlowchartStatisticsPanel.vue +++ b/src/shared/components/FlowchartStatisticsPanel.vue @@ -363,7 +363,7 @@ function renderWordCloud() { color: words.map( (_, i) => WORD_COLORS[i % WORD_COLORS.length], ), - rotate: 0, + rotate: words.map(() => 0), } as any, ], },