Skip to content

Commit

Permalink
Add link to linear radial axis for radar chart doc
Browse files Browse the repository at this point in the history
  • Loading branch information
indigolain committed Oct 5, 2019
1 parent b24e42b commit 32d3a4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/charts/radar.md
Expand Up @@ -152,12 +152,17 @@ 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 `scale` property can be refererenced from the [Linear Radial Axis page](../axes/radial/linear).

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

0 comments on commit 32d3a4b

Please sign in to comment.