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

X-Label Text Direction #11637

Open
joshkarges opened this issue Jan 9, 2024 · 1 comment
Open

X-Label Text Direction #11637

joshkarges opened this issue Jan 9, 2024 · 1 comment

Comments

@joshkarges
Copy link

Feature Proposal

When rotating the x-labels past 90 degrees, the text direction should change so that the beginning of the label is against the axes. Instead it looks like this:
image

I can't find an option in the documentation to flip this text direction. Is there a workaround for this?

Possible Implementation

options

{
  scales: {
    xAxes: {
      textDirection: 'forward' | 'backward',
      ...
    },
    ...
  ...
}
@asand2113
Copy link

I'll take a look at this issue

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

No branches or pull requests

2 participants