statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
156 stars 29 forks source link

Mousewheel zooming on data layers #17

Closed Frencil closed 8 years ago

Frencil commented 8 years ago

\ Depends on #15 and #16**

When a user mouses over a data layer and scrolls with their mouse wheel the data layers should "zoom" by changing the x range of the visible data set.

Based on a previous discussion with Broad developers the desired default behavior would be to scale the y range on the positions panel to fit all data regardless of the previous view's y range.

Estimate

This feature will probably take two weeks of development to build and test.

MrFlick commented 8 years ago

This should probably also include "pinching" on mobile devices.