EmmaGarcia905 opened a new issue, #20170: URL: https://github.com/apache/echarts/issues/20170
### Version 5.5.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=pie-simple ### Steps to Reproduce 1. open the link. 2. add ``` labelLayout: { draggable: true, }, ``` to `series[0]`. 3. now the label can be dragged normally. 4. change the `draggable` to `false`. 5. the label can also be dragged(NG). Expected: the label can not be dragged after change the `draggable` to `false`. ### Current Behavior series label can be dragged after `draggable` changed from `true` to `false`. ### Expected Behavior series label shouldn't be dragged after `draggable` changed from `true` to `false`. ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_ -- 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]
