Create an HTML widget for ECharts that can be rendered in the R console, R
Markdown documents, or Shiny apps. You can add more components to this widget
and customize options later. eChart() is an alias of echart().
Usage
echart(data, ...)
# S3 method for list
echart(data, width = NULL, height = NULL, ...)
# S3 method for data.frame
echart(data = NULL, x = NULL, y = NULL, series = NULL,
type = "auto", width = NULL, height = NULL, ...)
# S3 method for default
echart(data = NULL, x = NULL, y = NULL, series = NULL, type = "auto",
width = NULL, height = NULL, ...)