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

> [email protected] install > node-pre-gyp install node-pre-gyp WARN Using request 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-v72-darwin-x64.tar.gz node-pre-gyp ERR!...

I've updated the dependencies to use the latest versions.

> [email protected] install /home/lightning-service/node_modules/canvas-prebuilt > node-pre-gyp install 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-v72-linux-x64.tar.gz node-pre-gyp...

Hi. Thanks for you guys contribution, I did use this library for the first time today but I had a bad time to make it work in windows. So, in...

1.1.4版本,在legend的data中使用icon节点的时候报 Image is not defined `(node:8552) UnhandledPromiseRejectionWarning: ReferenceError: Image is not defined at Object.createOrUpdateImage (C:\Projects\Landz\Git\node-echarts\node_modules\zrender\lib\graphic\helper\image.js:52:30) at ZImage.brush (C:\Projects\Landz\Git\node-echarts\node_modules\zrender\lib\graphic\Image.js:27:43) at Painter._doPaintEl (C:\Projects\Landz\Git\node-echarts\node_modules\zrender\lib\Painter.js:502:10) at Painter._doPaintList (C:\Projects\Landz\Git\node-echarts\node_modules\zrender\lib\Painter.js:431:14) at Painter._paintList (C:\Projects\Landz\Git\node-echarts\node_modules\zrender\lib\Painter.js:364:25) at Painter.refresh (C:\Projects\Landz\Git\node-echarts\node_modules\zrender\lib\Painter.js:251:10)...

## Version ~ 1.1.4 ## What is expected ~ ## Step to reproduce ~ internal/modules/cjs/loader.js:718 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: libpng12.so.0: cannot open shared object file: No such file or...

中文无法显示是因为node-canvas库缺乏相应的字体,node-canvas某一分支提供了加入字体的api,下面是解决办法: git clone https://github.com/chearon/node-canvas.git ,然后进入到clone的项目目录,执行npm install 下载所需要的字体 具体代码如下: var node_echarts = require('node-echarts'); var path = require('path'); var Canvas =require('./node-canvas'); //这里的路径是刚clone项目路径 Canvas.registerFont(path.join(__dirname, "华文仿宋.ttf"), { family: "华文仿宋"}); node_echarts({ canvas: Canvas, font: '12px...

## 各位,是不是不支持词云啊

## Version ~ ## What is expected D:\code\fsight-project>cd web D:\code\fsight-project\web>tnpm install babel-runtime --save npm WARN [email protected] requires a peer of mocha@>=1.18 tnpm install node-echarts > [email protected] install D:\code\fsight-project\web\node_modules\canvas-prebuilt > node-pre-gyp...

使用的基础镜像是:alpine Error: Error loading shared library libpng12.so.0: No such file or directory (needed by /app/node_modules/canvas-prebuilt/canvas/build/Release/canvas.node) 2019/8/28 上午10:23:08 at Object.Module._extensions..node (internal/modules/cjs/loader.js:717:18) 2019/8/28 上午10:23:08 at Module.load (internal/modules/cjs/loader.js:598:32) 2019/8/28 上午10:23:08 at tryModuleLoad (internal/modules/cjs/loader.js:537:12)...