Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 656 Bytes

File metadata and controls

25 lines (16 loc) · 656 Bytes

echarts-server

An echarts server rendering option into png

直接取得例子的图片

http://localhost:3000/sample

curl -d @sample-data.json  -H "Content-Type: application/json" http://localhost:3000/ -o sample.png

sample-data.json是一个文件。位于test目录下

注册后,取得一个图片

3D图表的支持

yarn add echarts-gl

没有window对象,不工作