metrumresearchgroup/TFLGenerator

Multiplot figure

Opened this issue · 0 comments

Est: 40-60hrs

Make one of the figure types a constructor for a single figure based upon other plots that have been created in the app. Subcaptions will be populated from the captions of the base figures.

We already have the mechanism in place for this internally, but we need to wrap it up and make it template aware. I'm actually really leery of this one wreaking havoc on reactivity (i.e., a change to one of the subplots changes the multiplot, which then triggers a cylce of reactivity that is hard to break out of), so I'm going to estimate on the high side.

This would be a good candidate for one for us to scope out a bit with the 10 hr / month bit to get a better idea of feasibility.