Skip to content

This Maven project uses Trireme to generate SVG Charts provided by an ECharts Node instance.

Notifications You must be signed in to change notification settings

hmlimkokhoe/node-jvm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This Maven project uses Trireme to generate SVG Charts provided by an ECharts Node instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published