# 接口: TickOptions
# 属性
# backdropColor
• backdropColor: Scriptable<Color, ScriptableScaleContext>
标签背景颜色。
默认值
'rgba(255, 255, 255, 0.75)'
# 定义于
types/index.d.ts:3031 (opens new window)
# backdropPadding
• backdropPadding: number
| ChartArea
刻度背景填充。
默认值
2
# 定义于
types/index.d.ts:3036 (opens new window)
# callback
• callback: (this
: Scale<CoreScaleOptions>, tickValue
: string
| number
, index
: number
, ticks
: Tick[]) => string
| number
| string
[] | number
[]
# 类型声明
▸ (this
, tickValue
, index
, ticks
): string
| number
| string
[] | number
[]
返回刻度值在图表中应显示的字符串表示。见回调。
# 参数
名称 | 类型 |
---|---|
this | Scale<CoreScaleOptions> |
tickValue | string | number |
index | number |
ticks | Tick [] |
# 返回值
string
| number
| string
[] | number
[]
# 定义于
types/index.d.ts:3041 (opens new window)
# color
• color: ScriptableAndArray<Color, ScriptableScaleContext>
刻度颜色。
详见
Defaults.color
# 定义于
types/index.d.ts:3051 (opens new window)
# display
• display: boolean
如果为 true,则显示刻度标签。
默认值
true
# 定义于
types/index.d.ts:3046 (在新窗口中打开)
# 字体
• 字体: ScriptableAndScriptableOptions
<Partial
<FontSpec
>, ScriptableScaleContext
>
参见字体
# 定义于
types/index.d.ts:3055 (在新窗口中打开)
# 主要
• 主要: Object
# 类型声明
名称 | 类型 | 描述 |
---|---|---|
启用 | 布尔值 | 如果为 true,则生成主要刻度。主要刻度将影响自动跳过,并在脚本选项上下文中定义主要刻度。默认 false |
# 定义于
types/index.d.ts:3081 (在新窗口中打开)
# 内边距
• 内边距: number
设置刻度标签与坐标轴的偏移量
# 定义于
types/index.d.ts:3059 (在新窗口中打开)
# 显示标签背景
• 显示标签背景: Scriptable
<boolean
, ScriptableScaleContext
>
如果为 true,则在刻度标签后面绘制背景。
默认值
false
# 定义于
types/index.d.ts:3064 (在新窗口中打开)
# 文本描边颜色
• 文本描边颜色: Scriptable
<Color
, ScriptableScaleContext
>
文本周围的描边颜色
默认值
undefined
# 定义于
types/index.d.ts:3069 (在新窗口打开)
## textStrokeWidth
• textStrokeWidth: Scriptable
<number
, ScriptableScaleContext
>
文本周围的描边宽度。
默认值
0
## 定义在
types/index.d.ts:3074 (在新窗口打开)
## z
• z: number
刻度层的z-index。当在图表区域绘制刻度时很有用。值 <= 0 表示绘制在数据集下,> 0 表示绘制在顶部。
默认值
0