apache / apache/echarts

[Feature] Axis labels in/between Yaxis

Open
#20,931 1 comment 0 reactions 0 assignees View on GitHub
en new-feature pending
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### What problem does this feature solve?

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

![Image](https://github.com/user-attachments/assets/9a197281-d410-465e-a434-2bc82cb73cd5)

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.