v_specs_player | R Documentation |
Set player options
v_specs_player(vc, ...)
vc |
An htmlwidget created with |
... |
Options for the legend, see examples or online documentation. |
A vchart()
htmlwidget
object.
library(vchartr)
world_electricity %>%
subset(type == "detail") %>%
vchart() %>%
v_bar(
aes(source, generation, player = year)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.