Learn R Programming

highcharter (version 0.3.0)

highchart2: Create a Highcharts chart widget

Description

This function creates a Highchart chart using htmlwidgets. The widget can be rendered on HTML pages generated from R Markdown, Shiny, or other applications.

Usage

highchart2(hc_opts = list(), theme = NULL, width = NULL, height = NULL, debug = FALSE)

Arguments

hc_opts
A list object containing options defined as http://api.highcharts.com/highcharts.
theme
A hc_theme class object
width
A numeric input in pixels.
height
A numeric input in pixels.
debug
A boolean value if you want to print in the browser console the parameters given to highchart.