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
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
- Rob Terpilowski :: Twitter: @RobTerpilowksi
License
Apache License, Version 2.0 (current) http://www.apache.org/licenses/LICENSE-2.0
Thanks for this. Was able to hook the chart up to my quote db (mongodb) in about 20 mins.
Cool!