From 828d800b7a9a025ba79c8a9c6c490f0a8c2476d4 Mon Sep 17 00:00:00 2001 From: Dai Xuezhou Date: Thu, 14 Aug 2025 15:27:16 +0800 Subject: [PATCH] feat(radar): add clockwise layout doc --- en/option/component/radar.md | 8 ++++++++ zh/option/component/radar.md | 8 ++++++++ 2 files changed, 16 insertions(+) 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 坐标系起始角度,也就是第一个指示器轴的角度。