Skip to content

Commit

Permalink
Add link to linear radial axis for radar chart doc (chartjs#6554)
Browse files Browse the repository at this point in the history
  • Loading branch information
indigolain authored and etimberg committed Oct 6, 2019
1 parent 859968a commit be61ab5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/charts/radar.md
Expand Up @@ -152,12 +152,18 @@ The radar chart defines the following configuration options. These options are m
## 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).

```javascript
options = {
scale: {
// Hides the scale
display: false
angleLines: {
display: false
},
ticks: {
suggestedMin: 50,
suggestedMax: 100
}
}
};
```
Expand Down

0 comments on commit be61ab5

Please sign in to comment.