mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 05:18:07 +08:00
fix(图表): 修复词云图透明度不生效
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user