Skip to content

Extensions for the Orson Charts library to support JavaFX.

License

Notifications You must be signed in to change notification settings

jfree/orson-charts-fx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Orson Charts sample

Orson Charts FX has dependencies on:

  • Orson Charts v2.1.0
  • FXGraphics2D v2.1.3

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