Closed daud99 closed 1 month ago
Name | Link |
---|---|
Latest commit | e4d4e47d97248f8a2781df4e54f90e0c58b6b3ca |
Latest deploy log | https://app.netlify.com/sites/molevolvr/deploys/6702222027184d0008cec68b |
Deploy Preview | https://deploy-preview-26--molevolvr.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Fixing the #18
Problem: Users could pan graphs infinitely in any direction, sometimes losing the graph completely from view. We needed different handling for small graphs (that fit viewport) vs large graphs (that exceed viewport).
Solution:
For small graphs that fit viewport:
For large graphs that exceed viewport:
The solution ensures users never lose track of their graphs while still maintaining fluid pan interactions. The uniform 10px edge padding gives just enough peek space without letting users pan too far.
Testing: Verified behavior with both small and large graphs at various zoom levels. Panning limits remain consistent in all directions.