feat(图表): 区间条形图去除轴值设置

This commit is contained in:
ulleo 2024-07-02 17:34:46 +08:00
parent cba96064a7
commit fb7990ed18

View File

@ -47,7 +47,17 @@ export class RangeBar extends G2PlotChartView<BarOptions, Bar> {
'showGap',
'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']
protected baseOptions: BarOptions = {