forked from github/dataease
Merge remote-tracking branch 'origin/dev-v2' into dev-v2
This commit is contained in:
commit
89a17fe60b
@ -53,6 +53,7 @@ export class BidirectionalHorizontalBar extends G2PlotChartView<
|
|||||||
'legend-selector',
|
'legend-selector',
|
||||||
'label-selector',
|
'label-selector',
|
||||||
'tooltip-selector',
|
'tooltip-selector',
|
||||||
|
'function-cfg',
|
||||||
'jump-set',
|
'jump-set',
|
||||||
'linkage'
|
'linkage'
|
||||||
]
|
]
|
||||||
@ -84,7 +85,7 @@ export class BidirectionalHorizontalBar extends G2PlotChartView<
|
|||||||
'fontShadow'
|
'fontShadow'
|
||||||
],
|
],
|
||||||
'legend-selector': ['icon', 'orient', 'fontSize', 'color', 'hPosition', 'vPosition'],
|
'legend-selector': ['icon', 'orient', 'fontSize', 'color', 'hPosition', 'vPosition'],
|
||||||
'function-cfg': ['slider', 'emptyDataStrategy'],
|
'function-cfg': ['emptyDataStrategy'],
|
||||||
'label-selector': ['hPosition', 'seriesLabelFormatter'],
|
'label-selector': ['hPosition', 'seriesLabelFormatter'],
|
||||||
'tooltip-selector': ['fontSize', 'color', 'backgroundColor', 'seriesTooltipFormatter']
|
'tooltip-selector': ['fontSize', 'color', 'backgroundColor', 'seriesTooltipFormatter']
|
||||||
}
|
}
|
||||||
@ -427,7 +428,8 @@ export class BidirectionalHorizontalBar extends G2PlotChartView<
|
|||||||
this.configXAxis,
|
this.configXAxis,
|
||||||
this.configYAxis,
|
this.configYAxis,
|
||||||
this.configAnalyse,
|
this.configAnalyse,
|
||||||
this.configSlider
|
this.configSlider,
|
||||||
|
this.configEmptyDataStrategy
|
||||||
)(chart, options)
|
)(chart, options)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user