View source: R/highcharts-api.R
hc_credits | R Documentation |
Highchart by default puts a credits label in the lower right corner of the chart. This can be changed using these options.
hc_credits(hc, ...)
hc |
A |
... |
Arguments defined in https://api.highcharts.com/highcharts/credits. |
highchart() |>
hc_xAxis(categories = citytemp$month) |>
hc_add_series(name = "Tokyo", data = sample(1:12)) |>
hc_credits(
enabled = TRUE,
text = "htmlwidgets.org",
href = "http://www.htmlwidgets.org/"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.