From 43d3f4d19b8b317a4f965fe3312e107b4dd94de4 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Mon, 17 May 2021 16:08:39 +0200 Subject: [PATCH] remove double sentence and adjust scale to scales.r (#9111) --- docs/charts/radar.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/charts/radar.md b/docs/charts/radar.md index 8aecced89..fad17934c 100644 --- a/docs/charts/radar.md +++ b/docs/charts/radar.md @@ -165,8 +165,7 @@ The interaction with each point can be controlled with the following properties: ## Scale Options -The radar chart supports only a single scale. The options for this scale are defined in the `scale` property. -The options for this scale are defined in the `scale` property, which can be referenced from the [Linear Radial Axis page](../axes/radial/linear). +The radar chart supports only a single scale. The options for this scale are defined in the `scales.r` property, which can be referenced from the [Linear Radial Axis page](../axes/radial/linear). ```javascript options = { -- 2.47.3