Why doesn't the Repository Insights → Network graph support mouse wheel scrolling? #206897
Replies: 3 comments 2 replies
|
GitHub’s Network graph is designed primarily for drag-based navigation and graph interaction, rather than traditional page scrolling. This is likely intentional because the graph is an interactive visualization where mouse-wheel input can be reserved for zooming or other graph controls. GitHub has not clearly documented a specific reason for not supporting normal mouse-wheel or Shift + wheel scrolling. For large repositories, adding scroll-wheel panning, smoother zoom controls, and improved navigation could make the Network graph much easier to use. |
|
As far as I know, this is simply how GitHub's Network graph is currently implemented. It relies on click-and-drag for navigation and doesn't support mouse wheel scrolling. I haven't found any official documentation explaining the design choice. If there isn't a technical limitation, adding support for mouse wheel scrolling (and perhaps Ctrl + Wheel for zooming) would make exploring large repository networks much more convenient. It would be a nice usability improvement for repositories with extensive commit histories. |

As far as I know, this is simply how GitHub's Network graph is currently implemented. It relies on click-and-drag for navigation and doesn't support mouse wheel scrolling. I haven't found any official documentation explaining the design choice.
If there isn't a technical limitation, adding support for mouse wheel scrolling (and perhaps Ctrl + Wheel for zooming) would make exploring large repository networks much more convenient. It would be a nice usability improvement for repositories with extensive commit histories.