From 7f51544615fa79bb09bb2f0c64e9e5d4061b08d4 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 3 Jun 2026 07:29:06 -0600 Subject: [PATCH] update --- src/shared/components/FlowchartStatisticsPanel.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/shared/components/FlowchartStatisticsPanel.vue b/src/shared/components/FlowchartStatisticsPanel.vue index 6c23036..d3aaf63 100644 --- a/src/shared/components/FlowchartStatisticsPanel.vue +++ b/src/shared/components/FlowchartStatisticsPanel.vue @@ -89,8 +89,8 @@ - - + +
@@ -363,6 +363,7 @@ function renderWordCloud() { color: words.map( (_, i) => WORD_COLORS[i % WORD_COLORS.length], ), + rotate: 0, } as any, ], },