lazyPlot: Modify the echarts object through shiny server

Description Usage Arguments Note Examples

View source: R/lazyPlot.R

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

1

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).

Note

You are recommended to use lazyPlot function for interactive chart option set through "shiny" server.

Examples

1
2
3
  mapData <- head(mapTestData_chs, 5)
  echartObj <- eMap(mapData, namevar=~stdName, datavar = ~val1 + val2)
  lazyPlot(echartObj) # will launch the shiny server to

taiyun/recharts documentation built on Aug. 29, 2020, 3:17 a.m.