for specific chart types, either one of x_line
, x_point
, x_bar
, x_pie
or x_radar
needs to be appended after x_chart
Usage
x_chart(
data,
title = NULL,
x = "x",
y = "y",
...,
width = NULL,
height = NULL,
elementId = NULL
)
Arguments
- data
data frame
- title
chart title
- x
x variable
- y
y variable
- ...
other configuration options, see
x_options