Closed abought closed 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,
References: #144
Purpose
Further improvements to forest plot display based on portal usage. (h/t @benralexander)
Summary of changes
category_forest
x axis to data (including confidence intervals). Add new_getDataExtent
hook for the case where axis extent depends on more than one field.TODO