# 接口: CoreScaleOptions
# 层次结构
CoreScaleOptions
# 属性
# alignToPixels
• alignToPixels: boolean
将像素值对齐到设备像素
# 定义于
types/index.d.ts:1168 (在新窗口中打开)
# backgroundColor
• backgroundColor: Color
刻度区域的背景颜色。
# 定义于
types/index.d.ts:1172 (在新窗口中打开)
# clip
• clip: boolean
将数据集绘制裁剪到刻度大小而不是图表区域。
默认值
true
# 定义于
types/index.d.ts:1182 (在新窗口中打开)
# display
• display: boolean
| "auto"
控制轴的全局可见性(true 时可见,false 时隐藏)。当 display: 'auto' 时,只有当至少一个关联的数据集可见时,轴才可见。
默认值
true
# 定义于
types/index.d.ts:1164 (在新窗口中打开)
# max
• max: unknown
用户定义的刻度最大值,覆盖来自数据的最大值。
# 定义于
types/index.d.ts:1195 (在新窗口中打开)
# min
• min: unknown
用户定义的刻度最小值,覆盖来自数据的最小值。
# 定义于
types/index.d.ts:1191 (在新窗口中打开)
# reverse
• reverse: boolean
反转刻度。
默认值
false
# 定义于
types/index.d.ts:1177 (在新窗口中打开)
# suggestedMax
• suggestedMax: unknown
计算最小数据值时使用的调整。
# 定义于
types/index.d.ts:1203 (在新窗口中打开)
# suggestedMin
• suggestedMin: unknown
计算最大数据值时使用的调整。
# 定义于
types/index.d.ts:1199 (在新窗口中打开)
# weight
• weight: number
用于排序轴的权重。权重越高,离图表区域越远。
默认值
true
# 定义于
types/index.d.ts:1187 (在新窗口中打开)
# 方法
# afterBuildTicks
▸ afterBuildTicks(axis
): void
在创建刻度后运行的回调函数。对过滤刻度很有用。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1231 (opens new window)
# afterCalculateLabelRotation
▸ afterCalculateLabelRotation(axis
): void
确定刻度旋转后运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1247 (opens new window)
# afterDataLimits
▸ afterDataLimits(axis
): void
确定数据限制后运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1223 (opens new window)
# afterFit
▸ afterFit(axis
): void
比例尺适应画布后运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1255 (opens new window)
# afterSetDimensions
▸ afterSetDimensions(axis
): void
设置尺寸后运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1215 (opens new window)
# afterTickToLabelConversion
▸ afterTickToLabelConversion(axis
): void
将刻度转换为字符串后运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1239 (opens new window)
# afterUpdate
▸ afterUpdate(axis
): void
更新过程结束后运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1259 (opens new window)
# beforeBuildTicks
▸ beforeBuildTicks(axis
): void
创建刻度之前运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1227 (opens new window)
# beforeCalculateLabelRotation
▸ beforeCalculateLabelRotation(axis
): void
确定刻度旋转之前运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1243 (opens new window)
# beforeDataLimits
▸ beforeDataLimits(axis
): void
确定数据限制之前运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1219 (opens new window)
# beforeFit
▸ beforeFit(axis
): void
比例尺适应画布之前运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1251 (opens new window)
# beforeSetDimensions
▸ beforeSetDimensions(axis
): void
设置尺寸之前运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1211 (opens new window)
# beforeTickToLabelConversion
▸ beforeTickToLabelConversion(axis
): void
将刻度转换为字符串之前运行的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void
# 定义于
types/index.d.ts:1235 (opens new window)
# beforeUpdate
▸ beforeUpdate(axis
): void
更新过程开始之前调用的回调函数。
# 参数
名称 | 类型 |
---|---|
axis | Scale <CoreScaleOptions > |
# 返回值
void