-
Notifications
You must be signed in to change notification settings - Fork 178
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
Custom styles for axis and ticks. #6
Labels
enhancement
New feature or request
Comments
It would be nice to set different font size for ticks on different axes. Now it's impossible even through class name selector. May be name the styles like "tickX"/"tickY"? |
Related: #253 ? |
Open
It would be nice to add a class in the axis group (axis-x, axis-y). This is something that d3.js does, and it lets you style the axis as the user wants / needs. Plot already includes this information in the aria label. |
This was referenced Jul 18, 2022
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What if we want to change the color and font of axes?
The text was updated successfully, but these errors were encountered: