We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
+1 for this
Sorry, something went wrong.
No branches or pull requests
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:
transform the whole group of labels rather than one by one
The text was updated successfully, but these errors were encountered: