Add a line graph to the grapher
1 2 3 4 5 | grapher_line(
grapher,
selected = c("United Kingdom", "France", "Spain", "Ireland"),
change_selected = TRUE
)
|
grapher |
An object of class "grapher". |
selected |
The entities displayed when the graph first loads. |
change_selected |
Allow the entities to be changed from within the graph. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.