Learn R Programming

recharts (version 0.0.4)

lazyPlot: Modify the echarts object through shiny server

Description

Launch a shiny server to modify the generated echart object from the front-end interface, which integrate the general chart optional settings, also the code will show on the page.

Usage

lazyPlot(e1)

Arguments

e1

a recharts output object, could be generated by eBar, eLine, eRadar, eMap, eArea, ePoints, eFunnel, eForce and other echarts generate functions(will be added later).

Examples

Run this code
# NOT RUN {
  mapData <- head(mapTestData_chs, 5)
  echartObj <- eMap(mapData, namevar=~stdName, datavar = ~val1 + val2)
  lazyPlot(echartObj) # will launch the shiny server to
# }

Run the code above in your browser using DataLab