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

[rfr] Forest plot improvements #148

Closed abought closed 6 years ago

abought commented 6 years ago

References: #144

Purpose

Further improvements to forest plot display based on portal usage. (h/t @benralexander)

Summary of changes

TODO

abought commented 6 years ago

Scrolling support update for Ben: on the forest plot, the following panel level configuration options work:

interactions: {
    drag_background_to_pan: true,
    drag_x_ticks_to_scale: true,
}

However, the following additional desired interaction behavior is giving errors, and will take more digging to implement correctly. scroll_to_zoom: true,