mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:13:12 +08:00
fix(图表): 修复瀑布图关闭提示依然显示的问题
This commit is contained in:
@@ -118,7 +118,8 @@ export class Waterfall extends Bar {
|
||||
},
|
||||
legendFilter: false
|
||||
},
|
||||
data: []
|
||||
data: [],
|
||||
tooltip: false
|
||||
} as ViewSpec
|
||||
|
||||
async drawChart(drawOptions: G2DrawOptions<G2Column>): Promise<G2Column> {
|
||||
|
||||
Reference in New Issue
Block a user