Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emxsys/javafx-chart-extensions
JavaOne 2015 Session: Moving Enterprise Data from JFreeChart to JavaFX Charts
https://github.com/emxsys/javafx-chart-extensions
charts java javafx javaone jfreechart
Last synced: 16 days ago
JSON representation
JavaOne 2015 Session: Moving Enterprise Data from JFreeChart to JavaFX Charts
- Host: GitHub
- URL: https://github.com/emxsys/javafx-chart-extensions
- Owner: emxsys
- License: bsd-3-clause
- Created: 2021-08-29T07:15:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T07:45:27.000Z (over 3 years ago)
- Last Synced: 2024-11-14T14:47:27.744Z (3 months ago)
- Topics: charts, java, javafx, javaone, jfreechart
- Language: Java
- Homepage:
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JavaFX Chart Extensions #
* Author: Bruce Schubert
* Version: 1.0
* License: BSD 3-Clause## Summary ##
The JavaFX Chart Extensions project was created to make porting of JFreeChart-based charts to
to JavaFX charts easier. The JFreeChart library is very rich and comprehensive; this project
contains several classes that can be added to JavaFX chart derived classes to provide a limited
set of JFreeChart-like functionality. This functionality includes:* Subtitles
* ValueMarkers
* XYTextAnnotations
* XYLineAnnotations
* XYImageAnnotations
* XYPolygonAnnotations
* XYFieldAnnotations
* LogarithmicAxisAlso included are several chart types that include the aforementioned functionality:
* **EnhancedScatterChart**: An enhanced version of the ScatterChart with subtitles, markers and annotations.
* **EnhancedLineChart**: An enhanced version of the LineChart with subtitles, markers and annotations.
* **LogScatterChart**: A version the the EnhancedScatterChart with LogarithmicAxis support.
* **LogLineChart**: A version the the EnhancedLineChart with LogarithmicAxis support.## How do I get set up? ##
* Review the [JavaFX Chart Extensions Wiki](https://bitbucket.org/emxsys/javafx-chart-extensions/wiki/).
* [Download the code](https://bitbucket.org/emxsys/javafx-chart-extensions/downloads), or clone the repository, or [fork the repository](https://bitbucket.org/emxsys/javafx-chart-extensions/fork).
* Compile and run the DemoApp found in the **com.emxsys.demo** package.
* Simply add the **com.emxsys.chart** package to your project and include the chart extensions in your charts.
* Configuration: Maven
* Dependencies: Java8, JavaFX
* Original developer IDE: NetBeans 8.0.2## Contribution guidelines ##
* Forking and Pull Requests are encouraged.
* Please file bugs and feature requests in the Issue Tracker.## Who do I talk to? ##
* Bruce Schubert: bruce at emxsys.com