Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev into master for v5.6.0 #433

Merged
merged 20 commits into from
Dec 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feature(axis): Add showMinLine and showMaxLine to splitLine
adaelixir committed Jul 22, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 9bb5fd3071d953d15271627844c1317b459d09f8
12 changes: 12 additions & 0 deletions en/option/component/axis-common.md
Original file line number Diff line number Diff line change
@@ -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

<ExampleUIControlBoolean />

Whether to show the line of the min tick. Optional values: `true`, `false`. Default is true.

##${prefix} showMaxLabel(boolean) = null

<ExampleUIControlBoolean />

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'

12 changes: 12 additions & 0 deletions zh/option/component/axis-common.md
Original file line number Diff line number Diff line change
@@ -412,6 +412,18 @@ axisTick: {

是否显示分隔线。默认数值轴显示,类目轴不显示。

##${prefix} showMinLine(boolean)

<ExampleUIControlBoolean />

是否显示最小 tick 的 分隔线。可取值 `true`, `false`。默认为 true。

##${prefix} showMaxLine(boolean)

<ExampleUIControlBoolean />

是否显示最大 tick 的 分隔线。可取值 `true`, `false`。默认为 true。

{{ if: ${hasLabelInterval|default(true)} }}
##${prefix} interval(number|Function) = 'auto'