Skip to content

Commit e9f3418

Browse files
indigolainetimberg
authored andcommitted
Add link to linear radial axis for radar chart doc (#6554)
1 parent b24e42b commit e9f3418

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/charts/radar.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,18 @@ The radar chart defines the following configuration options. These options are m
152152
## Scale Options
153153

154154
The radar chart supports only a single scale. The options for this scale are defined in the `scale` property.
155+
The options for this scale are defined in the `scale` property, which can be referenced from the [Linear Radial Axis page](../axes/radial/linear).
155156

156157
```javascript
157158
options = {
158159
scale: {
159-
// Hides the scale
160-
display: false
160+
angleLines: {
161+
display: false
162+
},
163+
ticks: {
164+
suggestedMin: 50,
165+
suggestedMax: 100
166+
}
161167
}
162168
};
163169
```

0 commit comments

Comments
 (0)