Closed abelykh0 closed 1 week ago
5.5.1
https://echarts.apache.org/examples/en/editor.html?c=pie-simple&lang=ts&version=5.5.1&code=PYBwLglsB2AEC8sDeAoWsCmBbEALAhgM4SEBcya6sA9NQCYn4BGANhneWAE4CuGANJXQtmGFuVRUqhXMADu5AGb4WhAUKq1FwLlnxgwGLuQAUIfF3xYysfNACeASgQA-WACJ3gqem3QwAMoQAF4Y5ADMAAwaAL6UMd6walwQGDYA2hqSPiJMYhIaUjLySipqhbAJFbliADIQ0GEUPtKyCrDKqhgVVS1g9iBNAOSKPNCNLEOJUnT6-OSZLehIsABuKnzkAIyRACwAHPyw0FbDARgWAMa4sACi0ADmDRhDldM-K-ssm7AA7OEAViOJywwwAIhAuBhLmBXr0lp8Nk0AftIsDTuQhrc9BBJpUKgBdWKUIkxADcQA
Create a funnel chart with hidden labels and label lines, hide the emphasis label. It still shows up.
Hover over any point, you will see the emphasis label.
Hover over any point, you SHOULD NOT see the emphasis label.
- OS: Windows - Browser: Chrome - Framework: N/A
Workaround exists, use
formatter: (params: any) => ""
emphasis: { label: { show: false } }
In which version it is fixed?
My example has this code and it the label is showing
You need to add this option under the series option. Demo
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
Any additional comments?
Workaround exists, use