-
Notifications
You must be signed in to change notification settings - Fork 12k
Add scale option examples for Radar Chart #6554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add scale option examples for Radar Chart #6554
Conversation
benmccann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
docs/charts/radar.md
Outdated
| ## 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about rewording to:
The options for this scale are defined in the
scaleproperty, which can be referenced from the Linear Radial Axis page
("referenced" is spelled wrong, so make sure to update to the spelling I used)
32d3a4b to
a9cc688
Compare
|
@benmccann |
Adds more options to the example for the
scaleproperty in the documentation.fixes #6553