An open API service indexing awesome lists of open source software.

https://github.com/jfree/orson-charts-fx

Extensions for the Orson Charts library to support JavaFX.
https://github.com/jfree/orson-charts-fx

barchart charts data-visualization javafx

Last synced: about 2 months ago
JSON representation

Extensions for the Orson Charts library to support JavaFX.

Awesome Lists containing this project

README

          

Orson Charts FX
===============

Version 2.1.2, 22 May 2025.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.chart3d.fx/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.chart3d.fx) [![javadoc](https://javadoc.io/badge2/org.jfree/org.jfree.chart3d.fx/javadoc.svg)](https://javadoc.io/doc/org.jfree/org.jfree.chart3d.fx) [![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome&logoColor=white)](https://www.jfx-central.com/libraries/orsonchartsfx)

Overview
--------
**Orson Charts FX** is an extension for [Orson Charts](https://github.com/jfree/orson-charts "Orson Charts Project Page at GitHub")
to enable it to be used in JavaFX applications.

Orson Charts sample

Orson Charts FX has dependencies on:

* `Orson Charts v2.1.1`
* `FXGraphics2D v2.1.5`

...and requires JDK 11 or later.

Demo Programs
-------------
There are demo programs for this API provided in the following project:

https://github.com/jfree/jfree-fxdemos

Include
-------
To include Orson Charts FX in your own projects, use the following Maven dependency:


org.jfree
org.jfree.chart3d.fx
2.1.2

History
-------

##### 22-May-2025
- update `Orson Charts` to version `2.1.1`;
- update `FXGraphics2D` to version `2.1.5`;
- update **JavaFX** dependency to version `21.0.2`.

##### 24-Jan-2022
- update `Orson Charts` to version `2.1.0`;
- update `FXGraphics2D` to version `2.1.3`;
- update **JavaFX** dependency to version `17.0.2`.

##### 24-May-2021
- update `FXGraphics2D` dependency to version `2.1.1`;
- update **JavaFX** dependency to version `16`.