Skip to content

[Bug] iOS SVG renderer, label disappear when click. #19093

@100pah

Description

@100pah

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.

aaaaaaaa

Current Behavior

Expected Behavior

Environment

- OS: iOS
- Browser:
- Framework:

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions