-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
First of all, thanks for this great library.
I was wondering if there is a way to set the rotation of the labels of the axis to avoid the labels to clash to each others.
I saw a solution using the interval property but that property removes some of the labels.
Please have a look at the example below to understand better what I'm trying to achieve.
My first approach was to play with css on the SVG elements but apparently things like:
svg > g:nth-child(2) text {
transform: rotate(-45deg);
transform-origin: center bottom;
}
transform the whole group of labels rather than one by one
kairichard, supernun, jkennedy1980, Mayank-jain34, fwiwDev and 2 more
Metadata
Metadata
Assignees
Labels
No labels
