forked from github/dataease
commit
e1163c9a27
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user