powered by
Chart options
chart_options(.chart, ...)
A chart htmlwidget.
chart
Named list of options, options depends on chart's type, see common options here.
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