li942475402 opened a new issue, #18329:
URL: https://github.com/apache/echarts/issues/18329

   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/zh/editor.html?c=graph-force2&code=GYVwdgxgLglg9mABBATgUwIZTQOTgEzQGcAKCOcKASkQG8AoRRANwxUTAOMQF5EBtALoBuRomBx2JVuxi9EABmGI5AHmQUwUZTADUumgyZNOhIgDoADiCIALEkeNMY-AFwrEuxAHJvYpgC-VKKBYuhQIChIpsSiAfSgkLAIyOhYaACi-ADmxGSa1HRiMohoOdx8QiEqwIj5lLw8fABMhv6I4ZFI_PwKADSIAIyCImLxTBJSJXJ8Sh7q5JQ6-m1OZbkW1nYk_DADJHJegzQApBqUgsFjYWgRUaXlRHH0JfhYGETyVQmSddPyczUiAAHMsDEUmG8oB8rDZ7I4TFwiO5UJhsHgzAdPIhWmMrvE4JZkkg-I5sigXK4EYg7HAAO6uKAoEBoPrtABGGAgAGtyZp8ABhOAAG0krm8AGI0NK_IE2UwiGgKcR3FCYQBbDCWEiJaDwJAHbDqgYuAAeq2MnXu1KYUAAnpY0O5vOStbZvPKnIhhRg7RQoM7JhA0B72kwMGAYJrie5gBhhYrPU41e4YEbzDEiEnjMK0MAA3UzYgzgAWGgAKkQAFYFNjvCdQ17EFBCe4ALJYWzmYCiyQHfCmxAAekQZcQlZrdYb2aYdJcUFszpr07DiFsaBg2VsBe8y8bXpQcAw6vcTJZM_EkmD7htxiHI5gkagABlff7nRAYCgICAfShZU2w4jq6zBpna7gKKuTDoNYCb6u4ABs_RQQ8uTPmgYDZAu7jNKu4zGAE1RBPQhFAA
   
   ### Steps to Reproduce
   
   1.Visit the link above
   2.Drag each of the four series
   
   ### Current Behavior
   
   The drag hotspots for each series is shown
   ![关系图没有边时的热区问题 
drawio](https://user-images.githubusercontent.com/30969393/222710319-28516bec-34d3-43de-a7c4-850839c3c646.png)
   
   
   ### Expected Behavior
   
   hotspots for each series limited in their really area
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   When the number of edges is 0
   A group instance of an edge should not be built
   Otherwise there will be problems in calculating the boundingRect
   
   node group boundingRect `{x:x, y:y, width:widhth, height:height}`
   edge group boundingRect `{x:0, y:0, width:0, height:0}`
   the union boundingRect `{x:0, y:0, width:width, height:height}`
   it is wrong
   @plainheart


-- 
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]

Reply via email to