项目作者: kerner1000

项目描述 :
JavaFX chart zooming. (No, not just chart *scaling*)
高级语言: Java
项目地址: git://github.com/kerner1000/javafx-chart-zooming.git
创建时间: 2017-02-03T14:13:26Z
项目社区:https://github.com/kerner1000/javafx-chart-zooming

开源协议:Apache License 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:

  1. <dependency>
  2. <groupId>com.github.kerner1000</groupId>
  3. <artifactId>javafx-chart-zooming</artifactId>
  4. <version>0.0.8</version>
  5. </dependency>

Eclipse RCP/ OSGi