Rotate only some column labels? #1547
Unanswered
rsmiller74
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to rotate column labels but only want to do it for some columns. Currently I am doing it in opt_css() but having problems with padding and rotating everything. Is there a way to do it as a tab_options? I am currently using:
opt_css(css = "#mygt .gt_col_heading {
text-align: center;
transform: rotate(-90deg)}"
)
Beta Was this translation helpful? Give feedback.
All reactions