Skip to content
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

Impossible to rotate y-axis title #57

Open
audricvigier opened this issue Feb 3, 2021 · 1 comment
Open

Impossible to rotate y-axis title #57

audricvigier opened this issue Feb 3, 2021 · 1 comment

Comments

@audricvigier
Copy link

See the issue described here: https://stackoverflow.com/questions/40256793/rotate-axes-titles-with-ggplotly

@kumabha-bh
Copy link

kumabha-bh commented May 24, 2024

you can use the below css part in-order to change yaxis angle

.infolayer {
g > text[data-unformatted=“give the value of your graph”] {
transform: rotate(0) !important;
writing-mode: tb;
}
}

//// these two css properties works
transform: rotate(0) !important;
writing-mode: tb;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants