diff --git a/en/option/component/radar.md b/en/option/component/radar.md
index 5fd2b5fd0..f14d0036d 100644
--- a/en/option/component/radar.md
+++ b/en/option/component/radar.md
@@ -29,6 +29,14 @@ Here is a custom example of radar component.
none = true
) }}
+## clockwise(boolean) = false
+
+{{ use: partial-version(version = "6.0.1") }}
+
+
+
+Whether to clockwise layout indicator axis.
+
## startAngle(number) = 90
The start angle of coordinate, which is the angle of the first indicator axis.
diff --git a/zh/option/component/radar.md b/zh/option/component/radar.md
index 842973699..37234dfb2 100644
--- a/zh/option/component/radar.md
+++ b/zh/option/component/radar.md
@@ -65,6 +65,14 @@ const option = {
none = true
) }}
+## clockwise(boolean) = false
+
+{{ use: partial-version(version = "6.0.1") }}
+
+
+
+是否以顺时针排布指示器轴。
+
## startAngle(number) = 90
坐标系起始角度,也就是第一个指示器轴的角度。