Home

Awesome

Orson Charts FX

Version 2.1.1, 24 January 2022.

Overview

Orson Charts FX is an extension for Orson Charts to enable it to be used in JavaFX applications.

<img width="1136" alt="Orson Charts sample" src="https://user-images.githubusercontent.com/1835893/150729835-48c0f8e3-b86b-4b84-9024-3cd859ef3796.png">

Orson Charts FX has dependencies on:

...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:

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>org.jfree.chart3d.fx</artifactId>
    <version>2.1.1</version>
</dependency>

If you are using JDK8, you can include an older version of Orson Charts FX:

<dependency>
    <groupId>com.object-refinery</groupId>
    <artifactId>orson-charts-fx</artifactId>
    <version>1.0</version>
</dependency>

History

24-Jan-2022
24-May-2021