1. require(rCharts)
  2. r1 <- rPlot(mpg ~ wt, data = mtcars, type = 'point')
  3. r1$addControls('x', 'wt', names(mtcars))
  4. r1