Skip to content

[Feature] Axis labels in/between Yaxis #20931

@Copca92

Description

@Copca92

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,
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions