-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Labels
Milestone
Description
Version
5.3.0+
Link to Minimal Reproduction
Steps to Reproduce
option = {
"xAxis": {
"type": "category",
"data": ["2018FY", "2019FY", "2020FY", "2021FY", "2022FY"],
},
"yAxis": {
"type": "value",
},
"series": [
{
"type": "bar",
"data": [111, 222, 3333, 444, 555],
"label": {
"show": true,
"position": "top"
}
}
]
};Use SVG renderer.
click on the bar, then click on blank, the labels disappear.
v5.2.2 is OK
v5.3+ started to be wrong.
Current Behavior
Expected Behavior
Environment
- OS: iOS
- Browser:
- Framework:Any additional comments?
No response
Reactions are currently unavailable
