-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Open
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.
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,
}
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.
