powered by
Set player options
v_specs_player(vc, ...)
A vchart()
vchart()
htmlwidget object.
htmlwidget
An htmlwidget created with vchart().
Options for the legend, see examples or online documentation.
library(vchartr) world_electricity %>% subset(type == "detail") %>% vchart() %>% v_bar( aes(source, generation, player = year) )
Run the code above in your browser using DataLab