Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kerner1000/javafx-chart-zooming

JavaFX chart zooming. (No, not just chart *scaling*)
https://github.com/kerner1000/javafx-chart-zooming

charts javafx zooming

Last synced: 3 months ago
JSON representation

JavaFX chart zooming. (No, not just chart *scaling*)

Awesome Lists containing this project

README

        

# JavaFX Chart Zooming

[![Build Status](https://travis-ci.org/kerner1000/javafx-chart-zooming.svg?branch=master)](https://travis-ci.org/kerner1000/javafx-chart-zooming)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/kerner1000/javafx-chart-zooming/blob/master/LICENSE.txt)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.kerner1000/javafx-chart-zooming/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.silicosciences/javafx-chart-zooming)

![Demo 1](https://j.gifs.com/xGN7rz.gif)

![Demo 2](https://j.gifs.com/zmNYl7.gif)

![Demo 3](https://j.gifs.com/qjXMEk.gif)

## HoTo use
There is only one class that is realizing the zooming functionality:
[ZoomManager](https://github.com/kerner1000/javafx-chart-zooming/blob/master/src/main/java/com/github/javafx/charts/zooming/ZoomManager.java).

Check out the examples on how to use the ZoomManager:
[Examples](https://github.com/kerner1000/javafx-chart-zooming/blob/master/src/main/java/com/github/javafx/charts/zooming/).

### Maven
This project is synced to Maven Central, so you can just add the following dependency to your project:

```xml

com.github.kerner1000
javafx-chart-zooming
0.0.8

```
### Eclipse RCP/ OSGi