Skip to content

[Feature] Axis labels in/between Yaxis #20931

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

Open
Copca92 opened this issue Apr 23, 2025 · 1 comment
Open

[Feature] Axis labels in/between Yaxis #20931

Copca92 opened this issue Apr 23, 2025 · 1 comment
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@Copca92
Copy link

Copca92 commented Apr 23, 2025

What problem does this feature solve?

How could I configure it so that the labels stay inside the axis like in the image?

Image

What does the proposed API look like?

    axisLabel: {
      color: isDarkMode.value ? '#E7E7E7' : '#000000',
      fontSize: window.innerWidth <= 840 ? 12 : 14,
      fontWeight: 'bold',
      align: 'left',
      margin: 2,
    }
@plainheart
Copy link
Member

Try axisLabel.inside

@plainheart plainheart added pending We are not sure about whether this is a bug/new feature. en This issue is in English labels Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants