MVN

io.fair-acc : chartfx

Maven & Gradle

Sep 29, 2023

chartfx-chart · This charting library chartfx- is an extension in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities. Emphasis was put on plotting performance for both large number of data points and real-time displays, as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting features (parameter measurements, fitting, multiple axes, zoom, ...).

<dependency>
    <groupId>io.fair-acc</groupId>
    <artifactId>chartfx</artifactId>
    <version>11.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fair-acc : chartfx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.3.0

All Versions

Choose a version of io.fair-acc : chartfx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.3.x
chartfx-11.3.0

How to add a dependency to Maven

Add the following io.fair-acc : chartfx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fair-acc</groupId>
    <artifactId>chartfx</artifactId>
    <version>11.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fair-acc : chartfx gradle dependency to your build.gradle file:

implementation 'io.fair-acc:chartfx:11.3.0'

Gradle Kotlin DSL: Add the following io.fair-acc : chartfx gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fair-acc:chartfx:11.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fair-acc : chartfx sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fair-acc" % "chartfx" % "11.3.0"