highchartzero: Create a Highcharts chart widget

View source: R/highcharter.R

highchartzeroR Documentation

Create a Highcharts chart widget

Description

This widgets don't support options yet.

Usage

highchartzero(
  hc_opts = list(),
  theme = NULL,
  width = NULL,
  height = NULL,
  elementId = NULL
)

Arguments

hc_opts

A list object containing options defined as https://api.highcharts.com/highcharts/.

theme

A hc_theme class object.

width

A numeric input in pixels.

height

A numeric input in pixels.

elementId

Use an explicit element ID for the widget.

Details

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


jbkunst/highcharter documentation built on June 13, 2025, 6:59 p.m.