-
Notifications
You must be signed in to change notification settings - Fork 19.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to fix specific nodes in force graph #5966
Comments
you use custom physical engine(eg d3) with use echarts very powerful custom series, then you can reuse a lot echarts utility,(like tooltip...) but custom series can't corresponding to mouse event right now, see #5965 |
@biolee Great thought! Actually each node can use |
@pissang I tried the |
@eskimoblood Uhhh sorry it's a bug. Will fix it ASAP |
Thanks, when will this fix be available in npm? |
We have planned to publish the next version next week, including this bug fix. |
@eskimoblood It's fixed now. Try it out! :) |
i want to drag one node to somewhere and stay ,but now it always rebound to its init place,this operation is very useful,can you come true?中文版:我想拖动一个点到随便一个位置,但是这个点老是弹回去,有没有办法让他拖到哪,就固定在哪,这个操作很常见,网上查了一下,很多人有这种需求,希望能够解决 |
这个fixed属性,为什么设置后报错找不到这个属性呢?我用的也是4.0版本的echart啊 |
There is a way to set the initial position of nodes in a force graph but is there a way to have this node stay at this position?
The text was updated successfully, but these errors were encountered: