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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T12:34:19.000Z (over 2 years ago)
- Last Synced: 2025-01-31T18:15:35.344Z (4 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
[](https://travis-ci.org/kerner1000/javafx-chart-zooming)
[](https://github.com/kerner1000/javafx-chart-zooming/blob/master/LICENSE.txt)
[](https://maven-badges.herokuapp.com/maven-central/com.github.silicosciences/javafx-chart-zooming)


## 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