This widgets don't support options yet.
highchart2(
hc_opts = list(),
theme = NULL,
width = NULL,
height = NULL,
elementId = NULL,
debug = FALSE,
google_fonts = getOption("highcharter.google_fonts")
)highchartzero(
hc_opts = list(),
theme = NULL,
width = NULL,
height = NULL,
elementId = NULL
)
A list
object containing options defined as
http://api.highcharts.com/highcharts.
A hc_theme
class object
A numeric input in pixels.
A numeric input in pixels.
Use an explicit element ID for the widget.
A boolean value if you want to print in the browser console the
parameters given to highchart
.
A boolean value. If TRUE (default), adds a reference to the Google Fonts API to the HTML head, downloading CSS for the font families defined in the Highcharts theme from https://fonts.googleapis.com. Set to FALSE if you load your own fonts using CSS.
This function creates a Highchart chart using htmlwidgets. The widget can be rendered on HTML pages generated from R Markdown, Shiny, or other applications.