-
Notifications
You must be signed in to change notification settings - Fork 19.7k
How can I create a graph where I can move the position nodes and the unions (links) adapt??? #17635
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
Comments
You should follow the logic of https://echarts.apache.org/examples/en/editor.html?c=line-draggable and make sure the |
Hi Olivia, thanks for your answer, but I still can't get it. I have this in the HTML code: And in the Typescript code I have this:
But I can not resolve the next bug that appear in the console: |
Version
5.3
Current Behavior
I am not able to change the position of the nodes of a graph, and the only thing I can do is move the entire graph. I want each node to be in an exact position and to be able to move them and for the links to adapt (stretch or get smaller depending on the distance)
Expected Behavior
I want to do something like this https://echarts.apache.org/examples/en/editor.html?c=line-draggable but with a graph where i can manipulate the nodes and links.
Any additional comments?
btw i am using angular
No response
The text was updated successfully, but these errors were encountered: