Skip to content

Commit 59c296a

Browse files
committed
docs: supply documenets
1 parent 2497521 commit 59c296a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/assets/option/en/component/crosshair-common/crosshair-line.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Only effective for `type: 'line'`, `width` represents the width of the auxiliary
1616

1717
#${prefix} smooth(boolean)
1818

19-
Only effective for `type: 'line'`, whether to draw smoothly under the polar coordinate system or not.
19+
Whether to draw smoothly under the polar coordinate system or not.
20+
Effective for `type: 'polygon'` since version `1.13.3`
2021

2122
{{ else }}
2223
#${prefix} width(number|string)

docs/assets/option/zh/component/crosshair-common/crosshair-line.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ crosshair 辅助线的类型,可选值为 `'line'` 和 `'rect'`。
1616

1717
#${prefix} smooth(boolean)
1818

19-
仅对 `type: 'line'` 生效,极坐标系下是否平滑绘制。
19+
极坐标系下是否平滑绘制。
20+
自版本 `1.13.3` 以上支持 `type: 'polygon'`
2021

2122
{{ else }}
2223
#${prefix} width(number|string)

0 commit comments

Comments
 (0)