[Feature] Axis labels in/between Yaxis
Open
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?

### 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
Assessment
This issue has not been assessed yet.