Skip to content

vBar labels intersect if too many labels or labels too long #12

Answered by gampleman
OwenOKI asked this question in Q&A
Discussion options

You must be logged in to vote

The best solution is to use CSS to modify the tick marks.

Something like

.tick text {
  transform: rotate(-30deg);
}

should get you on the right track.


Questions are best asked on the elm-lang slack in the #visualization channel, (for next time :) )

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gampleman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #12 on December 09, 2020 13:17.