-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
When the X-Axis's text is too long, it will cover the radar chart. #1143
Comments
check out x axis renderer of radar chart |
I have set the label position of X-Axis in my objective-c project like this:
But it had no effect.How can I set the label position correctly? Have any other properties or methods to solve this problem? |
I think it's about the anchor point of the label, so you may want to take a look at how the origin point is calculated, radar chart maybe a little tricky, because it could rotates, so just take a look at renderAxisLabels() if you can make some change first. |
In the
I found the point p is thie X-Axis label's center, so, I think the point p should add some offset relative to the radarChartView's center, but how can I get the radarChartView's center. @liuxuan30 @danielgindi Can you fix this issue? |
I found when the label is English text, it's no issue. like this:
|
hey you don't have to "@" at anyone, someone seeing this will try to help. Since you know where is the code, you can try first... Quite busy recently |
Thank you for your reply. |
You have two questions in your screenshots:
|
When the X-Axis's text is too long, it will cover the chart.
How can I solve this problem?
The text was updated successfully, but these errors were encountered: