reaviz / reagraph

🕸 WebGL Graph Visualizations for React. Maintained by @goodcodeus.

Home Page:https://reagraph.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any amount of graph rotation causes re-orientation on node select

ghsteff opened this issue · comments

Describe the bug

When a graph is rotated any amount of degrees it does a full zoom in and re-orientation to any selected nodes

Steps to Reproduce the Bug or Issue

  1. Rotate a graph that has click selections enabled
  2. Select any node

Expected behavior

I expect the graph to re-orient itself only to the point it's necessary - if a selected node isn't in view

Screenshots or Videos

Screen.Recording.2024-03-05.at.3.05.10.PM.mov

Platform

  • Reagraph Version: 4.15.19
  • OS: macOS 13.6.2
  • Browser: Chrome
  • NodeJS version: 18.17.0

Your Example Website or App

No response

Additional context

No response