fix(图表): 修复词云图透明度不生效

This commit is contained in:
wisonic-s
2025-10-24 11:26:01 +08:00
committed by wisonic-s
parent 45b773ba4a
commit b8a10cfef8

View File

@@ -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() {