mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
feat(图表-对称柱状图): 支持空值处理
This commit is contained in:
parent
03c463cf01
commit
413b56d0d1
@ -53,6 +53,7 @@ export class BidirectionalHorizontalBar extends G2PlotChartView<
|
||||
'legend-selector',
|
||||
'label-selector',
|
||||
'tooltip-selector',
|
||||
'function-cfg',
|
||||
'jump-set',
|
||||
'linkage'
|
||||
]
|
||||
@ -84,7 +85,7 @@ export class BidirectionalHorizontalBar extends G2PlotChartView<
|
||||
'fontShadow'
|
||||
],
|
||||
'legend-selector': ['icon', 'orient', 'fontSize', 'color', 'hPosition', 'vPosition'],
|
||||
'function-cfg': ['slider', 'emptyDataStrategy'],
|
||||
'function-cfg': ['emptyDataStrategy'],
|
||||
'label-selector': ['hPosition', 'seriesLabelFormatter'],
|
||||
'tooltip-selector': ['fontSize', 'color', 'backgroundColor', 'seriesTooltipFormatter']
|
||||
}
|
||||
@ -427,7 +428,8 @@ export class BidirectionalHorizontalBar extends G2PlotChartView<
|
||||
this.configXAxis,
|
||||
this.configYAxis,
|
||||
this.configAnalyse,
|
||||
this.configSlider
|
||||
this.configSlider,
|
||||
this.configEmptyDataStrategy
|
||||
)(chart, options)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user