Skip to content
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

Can we change the font size of the axis? #32

Open
epioneMW opened this issue Mar 2, 2018 · 3 comments
Open

Can we change the font size of the axis? #32

epioneMW opened this issue Mar 2, 2018 · 3 comments

Comments

@epioneMW
Copy link

epioneMW commented Mar 2, 2018

No description provided.

@olyerickson
Copy link

I'm also looking for guidance on this. I looked in e.g. sg_axis_x() source and it wasn't clear...

This is an awesome package, thanks!

@olyerickson
Copy link

Note, a blogger had this same problem, noted here:
https://ouzor.github.io/blog/2015/08/31/twitter-streamgraph.html

@elfatherbrown
Copy link

elfatherbrown commented Mar 12, 2021

Use css for this. Like so:

svg text {
  font-family: inherit;
  fill: lightgray;
  font-size: 1.1em;
}

there are also speciffic selectors for each axis. Inspect the axis text element to find out. It as something like: x.axis text { etc.. }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants