-
-
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
Set vertical legend #2233
Comments
Actually what my intension was - #35 |
I see. However it's not supported yet.. I will try find some time to do that. |
@liuxuan30 would it be okay if I send a pull request to do that? |
Of course! Just remember it might take a long time, due to everyone is busy and have to port to Android portion as well.. I used to develop this for my previous company, however in terms of named axis feature, I have to think about every x and y axis (bottom and top, left and right), support full label rotation (not just 0 and 90 degrees rotation) that's where I paused. Something you need to consider while sending PRs:
Actually, offsets are just properties and simple math. However the rotation is a problem: you have to know where the anchor is and rotate. |
Is it possible to set vertical legend I mean I want to display Speed , Distance and some other properties in different graphics on the Vertical axis (y-axis) in vertical alignment i.e.., text from top to bottom.
I am adding the screenshot of the code I am trying and result I am getting below.
as you can see in the image that the legend text i.e.., Distance(km) is appearing on the left of graph that is fine but it's appearing horizontally the thing is I want to make it appear vertically.
How would it be possible if I am not wrong then I had tried everything.
The text was updated successfully, but these errors were encountered: