MVN

io.fair-acc : chartfx-parent

Maven & Gradle

Sep 29, 2023
479 stars

chartfx-parent · The chart-fx charting library 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, ...). The library also contains a small set of math routines that can operate directly on the DataSet primitive for fitting, computing spectra, linear algebra, FIR/IIR filtering, and other functionalities common to signal processing.

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

Latest Version

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

  • Latest Stable: 11.3.0

All Versions

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

Version Vulnerabilities Updated
11.3.x
chartfx-parent-11.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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