zavtech / morpheus-viz

The visualisation components of the Morpheus framework
http://www.zavtech.com/morpheus/docs/viz/charts/overview/
7 stars 4 forks source link

Add support for JavaFX #12

Open shathor opened 6 years ago

shathor commented 6 years ago

It would be great if instead of outdated Swing, you could also generate JavaFX charts.

E.g. see: https://dzone.com/articles/javafx-charts-look-pretty-good

Zavster commented 6 years ago

Happy to consider it. Last time I looked at Java FX charts I was pretty unimpressed. I know Swing might be old, but it is still the defacto GUI framework for Java, and works pretty well. JFreeChart is a tried and tested library that has been around for about a decade, and seems stable and functional. I would be more inclined to add support for other HTML5 based charting libraries based on D3...