clenk opened a new issue, #16882: URL: https://github.com/apache/echarts/issues/16882
### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Use the [graph-force example](https://echarts.apache.org/examples/en/editor.html?c=graph-force) 2. In the config, under `series` set `draggable: true,` 3. In the config, under `series` -> `label`, set `show: true,` ### Current Behavior If you click and drag on - blank space: it moves the graph (panning), as expected ✅ - a node: it moves the node, as expected :chec - a node's label: it moves both the node and the entire graph ⚠️ ### Expected Behavior I expected clicking and dragging the node's label to move just the node and not the entire graph. I expected similar behavior to clicking and dragging the node itself. ### Environment ```markdown - OS: Win10 - Browser: Chrome - Framework: none ``` ### 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]
