Learn R Programming

toastui (version 0.4.0)

chart_options: Chart options

Description

Chart options

Usage

chart_options(.chart, ...)

Value

A chart htmlwidget.

Arguments

.chart

A chart htmlwidget.

...

Named list of options, options depends on chart's type, see common options here.

Examples

Run this code
chart(mtcars, caes(x = mpg, y = wt), type = "scatter") %>% 
  chart_options(
    chart = list(title = "A scatter chart")
  )

Run the code above in your browser using DataLab