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