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, ], },