g2r
g2r copied to clipboard
Using a slider for more than one fig_ together
When using a slider, how can make the slider for fig_area, fig_line and fig_point together. It seems to me that only works for the last fig_
g2(blockchain, asp(date, blockchain)) %>%
fig_area() %>%
fig_point() %>%
fig_line() %>%
slider(start = 0, end = 1)