git clone https://github.com/xiaomaigou/echarts-export-servercdecharts-export-server npm install#OR#项目依赖canvas,由于canvas 二进制文件默认通过github下载,可能下载较慢,通过npm参数指定该模块的二进制文件下载镜像地址npm install --unsafe-perm --canvas_binary_host_mirror=https://registry.npmmirror.com...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} xiaomaigou / echarts-export-server Public Notifications You must be signed in to change notification settings Fork 7 Star 30 Code Issues 2 Pull requests ...
exportHOST=0.0.0.0 npm start IfHOSTis not set, thenlocalhostwill be used as hostname. Usage To generate a PNG file of an ECharts plot, just send an HTTP POST request to the running Node.js server onhttp://localhost:3000/containing the data for the plot as JSON in its body. ...