Type: XBandAxis | undefined
x轴
类目轴, x轴配置, 用于定义图表的x轴, 包括x轴的位置, 格式, 样式等.
Type: boolean | undefined
轴是否可见
Type: boolean | undefined
轴是否反向展示, 仅对数值轴生效
Type: boolean | undefined
是否在坐标轴上强制显示 0 值, 当配置了 min 和 max, 该配置项失效, 仅对数值轴生效
Type: boolean | undefined
轴标签, 自动隐藏, 2个标签若重叠(间隔小于autoHideGap), 则自动隐藏导致重叠的标签. 仅对类目轴生效.
Type: number | undefined
轴标签, 自动隐藏间隔, 若2个文本标签的间隔小于autoHideGap, 则自动隐藏导致重叠的标签. 仅对类目轴生效.
autoHide开启时, 使用autoHide, 设置在autoHideSeparation上
autoHide关闭时, 使用sampling采样, 设置在minGap上
Type: boolean | undefined
轴标签, 自动旋转, 当标签宽度超过轴长度时, 自动旋转标签. 仅对类目轴生效.
Type: number[] | undefined
轴标签, 自动旋转角度范围, 当自动旋转开启时, 标签旋转角度范围. 仅对类目轴生效.
Type: boolean | undefined
轴标签, 自动限制长度, 当标签宽度超过轴长度时, 超出部分省略号表示, 鼠标悬浮后可见标签, 自动限制标签宽度. 仅对类目轴生效.
Type: number | undefined
轴标签, 自动限制长度的最大长度, 当标签文本长度超过最大长度时, 超出部分省略号表示, 鼠标悬浮后可见标签. 仅对类目轴生效.
Type: { visible?: boolean; labelColor?: string; labelFontSize?: number; labelFontWeight?: number; labelAngle?: number; } | undefined
X轴刻度标签
Type: boolean | undefined
标签是否可见
Type: string | undefined
标签颜色
Type: number | undefined
标签字体大小
Type: number | undefined
标签字体粗细
Type: number | undefined
标签旋转角度
Type: { visible?: boolean; lineColor?: string; lineWidth?: number; } | undefined
X轴线
Type: boolean | undefined
轴线是否可见
Type: string | undefined
轴线颜色
Type: number | undefined
轴线宽度
Type: { visible?: boolean; tickInside?: boolean; tickColor?: string; tickSize?: number; } | undefined
X轴刻度
Type: boolean | undefined
刻度是否可见
Type: boolean | undefined
刻度是否朝内
Type: string | undefined
刻度颜色
Type: number | undefined
刻度尺寸
Type: { visible?: boolean; titleText?: string; titleColor?: string; titleFontSize?: number; titleFontWeight?: number; } | undefined
X轴标题
Type: boolean | undefined
标题是否可见
Type: string | undefined
标题文本, 默认跟随字段配置
Type: string | undefined
标题颜色
Type: number | undefined
标题字体大小
Type: number | undefined
标题字体粗细
Type: { visible?: boolean; gridColor?: string; gridWidth?: number; } | undefined
X轴网格线
Type: boolean | undefined
Type: string | undefined
网格线颜色
Type: number | undefined
网格线宽度