-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix(calcPath.js): improve connector pathing #564
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
base: main
Are you sure you want to change the base?
Conversation
lazuee
commented
Aug 26, 2025
- Added safety margin on tableWidth to switch connectors to the opposite side when overlapping.
- Added padding on tableWidth to ensure a minimum straight segment before the curve.
- Added safety margin on tableWidth to switch connectors to the opposite side when overlapping. - Added padding on tableWidth to ensure a minimum straight segment before the curve.
@lazuee is attempting to deploy a commit to the dottle's projects Team on Vercel. A member of the Team first needs to authorize it. |
…ble two and table three rightofend
I still can’t figure out how to stop the line path from passing through the table. What I want is for the path to go above or below the table whenever the tables are vertically aligned. As of now it just overlaps straight through the table. Here’s a playground of the current |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
is this the case youre talking about? youd have to change the render order for this i guess. but im not sure if the effort for that is worth it ![]() also looking at the current implemented version, we get cases like these ![]() |