-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[BUG]: pointLabels overlap tick labels for radar chart with large font size #5280
Comments
Does anyone pick it up? If no, maybe I can handle it. |
@wmzhong what are you thinking of as a solution to this problem? |
@etimberg On the below function:
Maybe we can return the 'h' with bigger value. But I'm not sure how big to add it. |
@wmzhong sounds good. I would make a configuration option for that value rather than a hardcoded number. The default would be 0 (existing behaviour) but it makes it easy to configure on a per chart basis |
@etimberg It's better to make a configuration option. That's good. |
any solution to this? |
Sweet! :D |
This is both a bug and a feature request.
Expected Behavior
It should be possible to provent the ticks and pointLabels from colliding. A way to do this without breaking backwards compatibility would be to set padding at options.scale.pointLabels.padding.
Current Behavior
The pointLabels and tick labels collide.
Possible Solution
Add padding when calling measureLabelSize in scales/scale.radialLinear.js?
Steps to Reproduce (for bugs)
https://codepen.io/adrianhelvik/pen/BYYGzO?#
Context
I want to create a radar chart that conforms to the design I've been given and that is not possible. Tweaking another option would be a good alternative for my use case.
Environment
The text was updated successfully, but these errors were encountered: