Matt Herman
Matt Herman
Thank you so much @batpigandme. I've got it working using the same version you used for your slides. As you say, not a long-term solution, but I'm glad it's working...
Does anyone have an idea of how to make this work now until a full solution is implemented? Not knowing much about the ggplot internals, I'm not sure I follow...
Ah, I see. `legend.position.align = "panel"/"plot"` makes sense to me - although there are other `*.align` settings that take `(0, 1)`, so this may be slightly confusing?
Yes, that makes sense! I'm not seeing the issue just using `filter_slider()`: ```` --- title: "Crosstalk Distill" output: distill::distill_article --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE) ``` ```{r, eval=T} library(crosstalk)...
Got it! I'll poke around and see what I can make work for now.