node-echarts icon indicating copy to clipboard operation
node-echarts copied to clipboard

Generate chart by echarts in nodejs.

Results 14 node-echarts issues
Sort by recently updated
recently updated
newest added

## Version ~ ## What is expected ~ ## Step to reproduce ~ ## Environment ~

``` node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp ERR! install error node-pre-gyp ERR! stack Error: 404 status code downloading tarball https://github.com/chearon/node-canvas-prebuilt/releases/download/v1.6.11/canvas-prebuilt-v1.6.11-node-v67-linux-x64.tar.gz ```

Support auto-dispose echarts after the image is created. https://www.npmjs.com/package/node-echarts

## Version为1.1.2 依赖的echarts的version为3.8.5 ## What is expected 在设置option时,设置了graphic,代码如下: ``` const config = { title: { text: "发展趋势", left: "center", textStyle: { color: '#4286f4', fontSize: 16 } }, legend: { bottom:...