-
-
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
Stacked bar chart value label clipped #2974
Comments
turn off |
|
I double check your question again. can you debug if !viewPortHandler.isInBoundsY(rect.origin.y)
|| !viewPortHandler.isInBoundsLeft(x)
{
continue
} this is not met? I suspect viewPortHandler.isInBoundsY(rect.origin.y) is false |
from BarChartRenderer calls only if |
I changed demo StackedBarChartViewController as follows:
Value label of second bar is clipped now
How can I make value label always visible with any font size and ChartView height?
The text was updated successfully, but these errors were encountered: