Skip to content

Commit 2749b5b

Browse files
authored
Merge pull request #472 from daidr/feat/radar-clockwise
feat(radar): add clockwise layout doc
2 parents 354d869 + 828d800 commit 2749b5b

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

en/option/component/radar.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ Here is a custom example of radar component.
2929
none = true
3030
) }}
3131

32+
## clockwise(boolean) = false
33+
34+
{{ use: partial-version(version = "6.0.1") }}
35+
36+
<ExampleUIControlBoolean default="false" />
37+
38+
Whether to clockwise layout indicator axis.
39+
3240
## startAngle(number) = 90
3341

3442
The start angle of coordinate, which is the angle of the first indicator axis.

zh/option/component/radar.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ const option = {
6565
none = true
6666
) }}
6767

68+
## clockwise(boolean) = false
69+
70+
{{ use: partial-version(version = "6.0.1") }}
71+
72+
<ExampleUIControlBoolean default="false" />
73+
74+
是否以顺时针排布指示器轴。
75+
6876
## startAngle(number) = 90
6977

7078
坐标系起始角度,也就是第一个指示器轴的角度。

0 commit comments

Comments
 (0)