Custom HighCharts theme
Usage
hc_themed(
hc,
title = NULL,
subtitle = NULL,
label = NULL,
x = NULL,
y = NULL,
base_font = "national-web-book",
axes = TRUE,
exporting = TRUE,
credits = FALSE,
...
)
Arguments
- hc
a highchart object
- title
chart title
- subtitle
chart subtitle
- label
optional annotation
- base_font
default font for all chart elements
- axes
show axes (default: TRUE)
- exporting
include chart export menu (default: TRUE)
- credits
include credits (default: FALSE)
- ...
Arguments passed on to
highcharter::hc_theme