-
-
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
Two line in X-Axis #888
Comments
x axis support word wrapping but does not support two lines. you can customize yourself. |
Any Good example ? |
there is no good example, but all you need is take a look at x axis renderer and understand how it works |
Already did it thanks man :) |
don't forget to override the width/height calcuation for the label requiredSize/rotatedSize and max size etc. since you are taking more space on x axis. You don't want any offset/size weird or text out of bound |
Hello,
My Current data is something like this
["Sun\n12:00 AM", "Sun\n03:11 AM", "Sun\n03:12 AM", "Sun\n03:27 AM", "Sun\n03:46 AM", "Today\n12:00 AM", "Today\n12:05 PM"]
Here is the correct View
I want to display
Today
12:00AM
Possible ? if yes please let me know,
Thanks
Regards
The text was updated successfully, but these errors were encountered: