Skip to content

Using a slider for more than one fig_ together #7

@ManuelSpinola

Description

@ManuelSpinola

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)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions