[feature][axis] add showStartLine and showEndLine for AxisSplitLine

This commit is contained in:
monitor1394
2022-09-06 22:54:40 +08:00
parent 83744777c5
commit 16d055abc0
7 changed files with 41 additions and 6 deletions

View File

@@ -357,6 +357,8 @@ Split line of axis in grid area.
|`interval`|||Interval of Axis splitLine.
|`distance`|||The distance between the split line and axis line.
|`autoColor`|||auto color.
|`showStartLine`|true|v3.3.0|Whether to show the first split line.
|`showEndLine`|true|v3.3.0|Whether to show the last split line.
## `AxisTheme`

View File

@@ -357,6 +357,8 @@ Inherits or Implemented: [BaseLine](#BaseLine)
|`interval`|||坐标轴分隔线的显示间隔。
|`distance`|||刻度线与轴线的距离。
|`autoColor`|||自动设置颜色。
|`showStartLine`|true|v3.3.0|是否显示第一条分割线。
|`showEndLine`|true|v3.3.0|是否显示最后一条分割线。
## `AxisTheme`