Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viewreka/viewreka

The JavaFX plotting tool
https://github.com/viewreka/viewreka

chart charts javafx plot plotting visualisation visualization

Last synced: 5 days ago
JSON representation

The JavaFX plotting tool

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/viewreka/viewreka/blob/master/LICENSE)
[![Build Status](https://img.shields.io/travis/viewreka/viewreka/master.svg?label=Build)](https://travis-ci.org/viewreka/viewreka)
## 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](https://groups.google.com/forum/#!forum/viewreka)**.

### Installation ###

Download [the latest release](https://github.com/viewreka/viewreka/releases/download/v0.2.0/viewreka-0.2.0.zip) 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.

![](https://github.com/viewreka/viewreka/raw/master/doc/img/screenshot.jpg)