robin-gerling opened a new issue, #20282: URL: https://github.com/apache/echarts/issues/20282
### Version 5.5.1 ### Link to Minimal Reproduction https://codepen.io/robin-gerling/pen/abgYVLZ ### Steps to Reproduce 1. Initialization: Simple `option` containing only data for the bar chart and `label.show = true` for the series 2. Update the option with `chart.setOption(option);` (by clicking on "Toggle bar values" in the minimal reproduction) 3. Hover over the bars ### Current Behavior The label for a bar appears when hovering over the bar even though `label.show` is false. In case the initial value for `label.show` is `true` and the option is changed to `true`, the label for a bar will hide when hovering over the bar. ### Expected Behavior When `label.show = false` the labels should be not shown at any time (and not appear on hover). When `label.show = true` the labels should be shown at any time (and not disappear on hover). ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? Could be related to https://github.com/apache/echarts/issues/17554. However, https://github.com/apache/echarts/issues/17554, additionally sets `labelLayout.hideOverlap`. The minimal reproduction contains two buttons. Pressing "Clear chart & Toggle bar values" additionally clears the chart (`chart.clear();`). Clearing helps resolving this bug. -- 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]
