用nodejs生成echarts图表
发布于 7 年前 作者 suxiaoxin 18268 次浏览 来自 分享

https://github.com/suxiaoxin/node-echarts 有时候我们需要在后台生成报表,可以用nodejs生成echarts报表

6 回复

录制个gif最好,不然看不到效果

https://github.com/Galen-Yip/render 我这边最近也做了个类似的,不过效率应该比你这个差不少。我们用的是 phantomjs

@alsotang 我这个是很快的,不过还可以更快 做个制作图表服务器,简单可以做成http或者rpc服务器,复杂点做成tcp也行

@suxiaoxin 瓶颈不在网络上。。做成 tcp 干嘛。。

@suxiaoxin 下载’canvas-prebuilt’老是失败。

用过这个node-canvas,环境依赖一样,https://github.com/Automattic/node-canvas

回到顶部