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