elementId
R/highcharts-api-helpers.R
hc_elementId.Rd
Function to modify the id for the container.
id
hc_elementId(hc, id = NULL)
A highchart htmlwidget object.
highchart
htmlwidget
A string
hchart(rnorm(10)) %>% hc_elementId("newid")