is not current version
Last Version 11.2.7

de.gsi.chart:chartfx-chart 8.0.1

This charting library ${project.artifactId}- 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, ...).

GroupId

GroupId

de.gsi.chart
ArtifactId

ArtifactId

chartfx-chart
Version

Version

8.0.1
Type

Type

jar

Download chartfx-chart 8.0.1


<!-- https://jarcasting.com/artifacts/de.gsi.chart/chartfx-chart/ -->
<dependency>
    <groupId>de.gsi.chart</groupId>
    <artifactId>chartfx-chart</artifactId>
    <version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.gsi.chart/chartfx-chart/
implementation 'de.gsi.chart:chartfx-chart:8.0.1'
// https://jarcasting.com/artifacts/de.gsi.chart/chartfx-chart/
implementation ("de.gsi.chart:chartfx-chart:8.0.1")
'de.gsi.chart:chartfx-chart:jar:8.0.1'
<dependency org="de.gsi.chart" name="chartfx-chart" rev="8.0.1">
  <artifact name="chartfx-chart" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gsi.chart', module='chartfx-chart', version='8.0.1')
)
libraryDependencies += "de.gsi.chart" % "chartfx-chart" % "8.0.1"
[de.gsi.chart/chartfx-chart "8.0.1"]