From b8a10cfef881d464b1962d2007207a71312ce7ce Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Fri, 24 Oct 2025 11:26:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=AF=8D=E4=BA=91=E5=9B=BE=E9=80=8F=E6=98=8E=E5=BA=A6=E4=B8=8D?= =?UTF-8?q?=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/js/panel/charts/g2/distribution/word-cloud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/distribution/word-cloud.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/distribution/word-cloud.ts index bcd88dfcb5..c51affc8a5 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/distribution/word-cloud.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/distribution/word-cloud.ts @@ -246,7 +246,7 @@ export class WordCloud extends G2ChartView { } protected setupOptions(chart: Chart, options: G2Spec): G2Spec { - return flow(this.configTooltip)(chart, options) + return flow(this.configTheme, this.configTooltip)(chart, options) } constructor() {