Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viewreka/viewreka
The JavaFX plotting tool
https://github.com/viewreka/viewreka
chart charts javafx plot plotting visualisation visualization
Last synced: about 2 months ago
JSON representation
The JavaFX plotting tool
- Host: GitHub
- URL: https://github.com/viewreka/viewreka
- Owner: viewreka
- License: apache-2.0
- Created: 2015-05-09T13:31:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T23:40:05.000Z (over 8 years ago)
- Last Synced: 2024-10-13T18:41:34.927Z (3 months ago)
- Topics: chart, charts, javafx, plot, plotting, visualisation, visualization
- Language: Java
- Homepage:
- Size: 26.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)