Description Usage Arguments Examples
View source: R/highcharts-api-helpers.R
Function to modify the id
for the container.
1 | hc_elementId(hc, id = NULL)
|
hc |
A |
id |
A string |
1 2 | hchart(rnorm(10)) %>%
hc_elementId("newid")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.