Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 735 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 735 Bytes

StockChartsFX

A JavaFX API for creating candlestick charts. The functionality is very limited at this point, but new contributions are welcome. The project includes both Java and support CSS files.

StockChartsFX requires Java 8

Example Chart

Quick Start

Build the framework
$ mvn install
Run the sample application
$ cd target
$ java -jar StockChartsFx-1.0.0-SNAPSHOT.jar  (or whatever version of the .jar was built.

Author

License

Apache License, Version 2.0 (current) http://www.apache.org/licenses/LICENSE-2.0