Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 459 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 459 Bytes

This is a Java project that receives chart configuration files as input to render them as SVG charts outputted as string.

Main libraries

Apache ECharts is a JavaScript library and is used to create a chart based on the configuration files passed to it.

Trireme is a library used to invoke a Node.js instance embedded in the Java Runtime Environment (JVE). Trireme executes a JavaScript rendering file, where the ECharts library is used to create a chart.