Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 8 additions & 0 deletions en/option/component/radar.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Here is a custom example of radar component.
none = true
) }}

## clockwise(boolean) = false

{{ use: partial-version(version = "6.0.1") }}

<ExampleUIControlBoolean default="false" />

Whether to clockwise layout indicator axis.

## startAngle(number) = 90

The start angle of coordinate, which is the angle of the first indicator axis.
Expand Down
8 changes: 8 additions & 0 deletions zh/option/component/radar.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ const option = {
none = true
) }}

## clockwise(boolean) = false

{{ use: partial-version(version = "6.0.1") }}

<ExampleUIControlBoolean default="false" />

是否以顺时针排布指示器轴。

## startAngle(number) = 90

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