Skip to content

jfree/orson-charts-fx

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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.