You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Current behavior
There are a lot of unnecessary edge crossing in the generated graph, especially when the network contains a look. See the following example:
Expected behavior
I expect no such crossings, unless absolute necessary (e.g. non planar graphs)
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Easier readability, making the graph less cluttered
Environment
Libs:
- react version: 18.2.0
- reaflow version: 5.2.10
Browser:
- [x] Chrome (desktop) version 124.0.6367.60
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [x] Firefox version 125.0.1
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
npm version is 10.2.4
node version is 18.19.1
Others:
Browser is on Windows 11
Server is on Ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
There are a lot of unnecessary edge crossing in the generated graph, especially when the network contains a look. See the following example:
Expected behavior
I expect no such crossings, unless absolute necessary (e.g. non planar graphs)
Minimal reproduction of the problem with instructions
Here is the list of nodes:
and the list of edges:
What is the motivation / use case for changing the behavior?
Easier readability, making the graph less cluttered
Environment
The text was updated successfully, but these errors were encountered: