-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Valued & inversed xAxis corrupts yAxis name & axisLine positioning #13112
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
enThis issue is in EnglishThis issue is in EnglishstaleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.
Description
Version
4.8.0
Steps to reproduce
- Set
xAxis.typetovalue, setxAxis.inversetotrue. - Set
yAxis.name. Optionally setyAxis.nameLocation, but defaultendis already erroneous.
One can utilize https://echarts.apache.org/examples/zh/editor.html?c=line-simple for reproduction.
What is expected?
The axis name and axisLine should appear on the left side of the graph.
What is actually happening?
The axis name and axisLine appear on the right side of the graph, yet the axis labels appear on the left. Due to this inconsistency, I assume it's not a intended behavior (to put name & axisLine on the right) but a positioning bug. Note that the axis name is still put on the left when it's set to center. Only start and end trigger this bug.
Above all, I expect all stuff on the left. And optionally a configuration can be introduced to put all the stuff on the right.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in EnglishstaleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.
Type
Fields
Give feedbackNo fields configured for issues without a type.