/javafx-chart-zooming

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

Primary LanguageJavaApache License 2.0Apache-2.0

JavaFX Chart Zooming

Build Status License Maven Central

Demo 1

Demo 2

Demo 3

HoTo use

There is only one class that is realizing the zooming functionality: ZoomManager.

Check out the examples on how to use the ZoomManager: Examples.

Maven

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

<dependency>
<groupId>com.github.kerner1000</groupId>
<artifactId>javafx-chart-zooming</artifactId>
<version>0.0.8</version>
</dependency>

Eclipse RCP/ OSGi