fix(图表): 修复瀑布图关闭提示依然显示的问题

This commit is contained in:
jianneng-fit2cloud
2026-05-29 10:28:36 +08:00
parent 17f3071afe
commit 266d24ff3f

View File

@@ -118,7 +118,8 @@ export class Waterfall extends Bar {
},
legendFilter: false
},
data: []
data: [],
tooltip: false
} as ViewSpec
async drawChart(drawOptions: G2DrawOptions<G2Column>): Promise<G2Column> {