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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to