Skip to content

Commit 32d3a4b

Browse files
committed
Add link to linear radial axis for radar chart doc
1 parent b24e42b commit 32d3a4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/charts/radar.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,17 @@ 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 `scale` property can be refererenced from the [Linear Radial Axis page](../axes/radial/linear).
155156

156157
```javascript
157158
options = {
158159
scale: {
159160
// Hides the scale
160-
display: false
161+
display: false,
162+
ticks: {
163+
suggestedMin: 50,
164+
suggestedMax: 100
165+
}
161166
}
162167
};
163168
```

0 commit comments

Comments
 (0)