abelykh0 opened a new issue, #20490: URL: https://github.com/apache/echarts/issues/20490
### Version 5.5.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=pie-simple&lang=ts&version=5.5.1&code=PYBwLglsB2AEC8sDeAoWsCmBbEALAhgM4SEBcya6sA9NQCYn4BGANhneWAE4CuGANJXQtmGFuVRUqhXMADu5AGb4WhAUKq1FwLlnxgwGLuQAUIfF3xYysfNACeASgQA-WACJ3gqem3QwAMoQAF4Y5ADMAAwaAL6UMd6walwQGDYA2hqSPiJMYhIaUjLySipqhbAJFbliADIQ0GEUPtKyCrDKqhgVVS1g9iBNAOSKPNCNLEOJUnT6-OSZLehIsABuKnzkAIyRACwAHPyw0FbDARgWAMa4sACi0ADmDRhDldM-K-ssm7AA7OEAViOJywwwAIhAuBhLmBXr0lp8Nk0AftIsDTuQhrc9BBJpUKgBdWKUIkxADcQA ### Steps to Reproduce Create a funnel chart with hidden labels and label lines, hide the emphasis label. It still shows up. ### Current Behavior Hover over any point, you will see the emphasis label. ### Expected Behavior Hover over any point, you SHOULD NOT see the emphasis label. ### Environment ```markdown - OS: Windows - Browser: Chrome - Framework: N/A ``` ### Any additional comments? Workaround exists, use ``` formatter: (params: any) => "" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
