g2r icon indicating copy to clipboard operation
g2r copied to clipboard

Using a slider for more than one fig_ together

Open ManuelSpinola opened this issue 2 years ago • 0 comments

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)

ManuelSpinola avatar May 04 '22 19:05 ManuelSpinola