Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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*)
- Host: GitHub
- URL: https://github.com/kerner1000/javafx-chart-zooming
- Owner: kerner1000
- License: apache-2.0
- Created: 2017-02-03T14:13:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T12:34:19.000Z (over 2 years ago)
- Last Synced: 2024-09-28T12:04:49.423Z (3 months ago)
- Topics: charts, javafx, zooming
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 29
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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