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