We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am working with topology. I need to bend edges between nodes. Is there any sample or tutorial for it? I cannot find sample on provided examples.
The text was updated successfully, but these errors were encountered:
Hi @djuraev , we support bend points and they can be created with the Dagre layout.
You can see the topology demo app here https://topology-demo-latest.surge.sh/
If you click Basic in the sidebar and then "Single Node Demo" tab, you will see a good example of a bent edge between nodes.
You can see the demo code and how the bendpoints are implemented here:
react-topology/packages/demo-app-ts/src/demos/Basics.tsx
Lines 76 to 78 in d4d05b9
Sorry, something went wrong.
Closing this issue as @jenny-s51 has answered with some example source. Please re-open if you feel you need more information or you can ask on slack (https://patternfly.slack.com/archives/CK7URGJ2W)
No branches or pull requests
I am working with topology. I need to bend edges between nodes.
Is there any sample or tutorial for it? I cannot find sample on provided examples.
The text was updated successfully, but these errors were encountered: