We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linear Radial Axis scale type uses custom drawGrid method that don't use most of the options mentioned in grid configuration at https://www.chartjs.org/docs/latest/axes/styling.html#grid-line-configuration that https://www.chartjs.org/docs/latest/axes/radial/linear.html grid section points to.
drawGrid
Create separate docs for Linear Radial Axis grid options, or annotate the default ones, that they don't apply to Linear Radial Axis scale.
Those options should be also excluded from GridLineOptions in RadialLinearScaleOptions['grid']
GridLineOptions
RadialLinearScaleOptions['grid']
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Documentation Is:
Please Explain in Detail...
Linear Radial Axis scale type uses custom
drawGrid
method that don't use most of the options mentioned in grid configuration at https://www.chartjs.org/docs/latest/axes/styling.html#grid-line-configuration that https://www.chartjs.org/docs/latest/axes/radial/linear.html grid section points to.Your Proposal for Changes
Create separate docs for Linear Radial Axis grid options, or annotate the default ones, that they don't apply to Linear Radial Axis scale.
Those options should be also excluded from
GridLineOptions
inRadialLinearScaleOptions['grid']
Example
No response
The text was updated successfully, but these errors were encountered: