echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Apache ECharts Node.js Export Server ( Server Side Rendering , HTTP Server)

Open xiaomaiyun opened this issue 3 years ago • 0 comments

What problem does this feature solve?

Apache ECharts Node.js Export Server ( Server Side Rendering , HTTP Server)

Convert Apache ECharts charts to static image files.

This is a node.js application/service that converts Apache ECharts charts to static image files. It supports PNG, JPEG, SVG, and PDF output; and the input can be either SVG, or JSON-formatted chart options.

The application can be used either as a CLI (Command Line Interface), as an HTTP server, or as a node.js module.

It has been implemented here: Apache ECharts Node.js Export Server https://github.com/xiaomaigou/echarts-export-server

What does the proposed API look like?

It has been implemented here: Apache ECharts Node.js Export Server https://github.com/xiaomaigou/echarts-export-server

xiaomaiyun avatar Sep 21 '22 14:09 xiaomaiyun