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
Since 3.0.0 beta 10, setting mirror: true makes the ticks to disappear.
mirror: true
Fiddle: https://jsfiddle.net/0sz3hnqy/
If you switch back the chart.js version to beta 9, the ticks were mirrored correctly.
The text was updated successfully, but these errors were encountered:
This would be due to clipping introduced in: #8359
The mirror option needs to be considered in _computeLabelArea
mirror
_computeLabelArea
Just verified its not only the clipping, but also the label width calculation modified in the same PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Since 3.0.0 beta 10, setting
mirror: true
makes the ticks to disappear.Fiddle: https://jsfiddle.net/0sz3hnqy/
If you switch back the chart.js version to beta 9, the ticks were mirrored correctly.
The text was updated successfully, but these errors were encountered: