Module viewreka-fxcommons

The viewreka-fxcommons artifact

License

License

GroupId

GroupId

org.beryx.viewreka
ArtifactId

ArtifactId

viewreka-fxcommons
Last Version

Last Version

0.2.1-alpha-3
Release Date

Release Date

Type

Type

jar
Description

Description

Module viewreka-fxcommons
The viewreka-fxcommons artifact
Project URL

Project URL

https://github.com/viewreka/viewreka
Source Code Management

Source Code Management

https://github.com/viewreka/viewreka.git

Download viewreka-fxcommons

How to add to project

<!-- https://jarcasting.com/artifacts/org.beryx.viewreka/viewreka-fxcommons/ -->
<dependency>
    <groupId>org.beryx.viewreka</groupId>
    <artifactId>viewreka-fxcommons</artifactId>
    <version>0.2.1-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.beryx.viewreka/viewreka-fxcommons/
implementation 'org.beryx.viewreka:viewreka-fxcommons:0.2.1-alpha-3'
// https://jarcasting.com/artifacts/org.beryx.viewreka/viewreka-fxcommons/
implementation ("org.beryx.viewreka:viewreka-fxcommons:0.2.1-alpha-3")
'org.beryx.viewreka:viewreka-fxcommons:jar:0.2.1-alpha-3'
<dependency org="org.beryx.viewreka" name="viewreka-fxcommons" rev="0.2.1-alpha-3">
  <artifact name="viewreka-fxcommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beryx.viewreka', module='viewreka-fxcommons', version='0.2.1-alpha-3')
)
libraryDependencies += "org.beryx.viewreka" % "viewreka-fxcommons" % "0.2.1-alpha-3"
[org.beryx.viewreka/viewreka-fxcommons "0.2.1-alpha-3"]

Dependencies

runtime (4)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.6
org.slf4j : slf4j-api jar 1.7.20
ch.qos.logback : logback-classic jar 1.1.7
org.fusesource.jansi : jansi jar 1.11

Project Modules

There are no modules declared in this project.

License Build Status

VIEWREKA

Viewreka is a script-based data visualization tool built on JavaFX. It introduces a Groovy-based domain-specific language (DSL) for configuring your projects. Viewreka lets you create dynamic, interactive and animated charts using data retrieved from various data sources.

Get in touch with us by joining the Viewreka mailing list.

Installation

Download the latest release and unzip it into a directory of your choice.

Make sure your JAVA_HOME environment variable correctly points to a JDK 8u40 or later.

Start the GUI by executing 'viewreka' or 'viewreka.bat' in the bin directory .

In the GUI, open the sample projects found in the directory samples/worldbank.derby. The projects are numbered in increasing order of complexity. It is recommended to start with the simplest one (wb01.viewreka) and progress incrementally to more complex projects. However, if you're really impatient, go straight to the wb09.viewreka project, which is the most complex one.

org.beryx.viewreka

Viewreka

The JavaFX plotting tool

Versions

Version
0.2.1-alpha-3
0.2.1-alpha-2