diff --git a/en/option/component/axis-common.md b/en/option/component/axis-common.md index b95c9e57..cea35d3f 100644 --- a/en/option/component/axis-common.md +++ b/en/option/component/axis-common.md @@ -415,6 +415,18 @@ Split line of axis in [grid](~grid) area. Set this to `false` to prevent the splitLine from showing. `value` type axes are shown by default, while `category` type axes are hidden. +##${prefix} showMinLine(boolean) = null + + + +Whether to show the line of the min tick. Optional values: `true`, `false`. Default is true. + +##${prefix} showMaxLabel(boolean) = null + + + +Whether to show the line of the max tick. Optional values: `true`, `false`. Default is true. + {{ if: ${hasLabelInterval|default(true)} }} ##${prefix} interval(number|Function) = 'auto' diff --git a/zh/option/component/axis-common.md b/zh/option/component/axis-common.md index 6c61a8d0..9c976bbf 100644 --- a/zh/option/component/axis-common.md +++ b/zh/option/component/axis-common.md @@ -412,6 +412,18 @@ axisTick: { 是否显示分隔线。默认数值轴显示,类目轴不显示。 +##${prefix} showMinLine(boolean) + + + +是否显示最小 tick 的 分隔线。可取值 `true`, `false`。默认为 true。 + +##${prefix} showMaxLine(boolean) + + + +是否显示最大 tick 的 分隔线。可取值 `true`, `false`。默认为 true。 + {{ if: ${hasLabelInterval|default(true)} }} ##${prefix} interval(number|Function) = 'auto'