sudh0

Results 2 issues of sudh0

### What problem does this feature solve? 力导向图拖动某一个节点的时候,所有节点坐标会发生变化,体验不够友好。 ### What does the proposed API look like? 建议力导向图节点可以拖动时,增加属性控制其余节点是否固定坐标。

new-feature
pending

### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce import * as echarts from 'echarts'; var chartDom = document.getElementById('main'); var myChart = echarts.init(chartDom); var option;...

bug
pending