-
Notifications
You must be signed in to change notification settings - Fork 835
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
Move axis title outside chart #883
Comments
There's been some questions about this type of thing before #542. I've been thinking that the API for the axis title is kinda overloaded (eg there a bunch of tags to place the label in various positions), and maybe we should introduce a new component something like , which could
It would allow users to put titles on their chair in general, and just provide more options for annotations. Thoughts? |
Would strongly welcome this change also. Any advancements on this? |
I ended up implementing a ChartLabel component, I'll put out a PR for it sometime later today. It has roughly the features I described above! |
Sounds good, cheers Andrew! |
Now available!! Resolving |
Currently the axis titles are drawn inside the chart like in the following example:
I don't see a way to move the axis title outside the chart like in this chart:
Is there anything I can do to move/translate the axis title outside the chart?
The text was updated successfully, but these errors were encountered: