Merge pull request #10719 from ulleo/dev-v2

feat(图表): 区间条形图去除轴值设置
This commit is contained in:
ulleo 2024-07-02 17:35:41 +08:00 committed by GitHub
commit e1163c9a27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,17 @@ export class RangeBar extends G2PlotChartView<BarOptions, Bar> {
'showGap', 'showGap',
'show' 'show'
], ],
'x-axis-selector': [...BAR_EDITOR_PROPERTY_INNER['x-axis-selector'], 'axisLabelFormatter'] 'x-axis-selector': [...BAR_EDITOR_PROPERTY_INNER['x-axis-selector'], 'axisLabelFormatter'],
'y-axis-selector': [
'name',
'color',
'fontSize',
'axisLine',
'splitLine',
'axisForm',
'axisLabel',
'position'
]
} }
axis: AxisType[] = [...BAR_AXIS_TYPE, 'yAxisExt'] axis: AxisType[] = [...BAR_AXIS_TYPE, 'yAxisExt']
protected baseOptions: BarOptions = { protected baseOptions: BarOptions = {