https://github.com/jfree/jfreechart-swt
SWT support classes for JFreeChart
https://github.com/jfree/jfreechart-swt
Last synced: 9 months ago
JSON representation
SWT support classes for JFreeChart
- Host: GitHub
- URL: https://github.com/jfree/jfreechart-swt
- Owner: jfree
- License: lgpl-2.1
- Created: 2016-02-19T11:08:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T13:45:14.000Z (over 2 years ago)
- Last Synced: 2024-05-10T22:05:22.417Z (over 1 year ago)
- Language: Java
- Size: 57.6 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JFreeChart-SWT
==============
Version 1.1.0 - not yet released.
(C)opyright 2006-2021, by Object Refinery Limited and Contributors. All rights reserved.
[](https://maven-badges.herokuapp.com/maven-central/org.jfree/jfreechart-swt)
Overview
--------
**JFreeChart-SWT** is a library that provides extensions for [JFreeChart](https://github.com/jfree/jfreechart) that allows charts
to be rendered in SWT applications. This code was originally developed as part of the JFreeChart project. It is now a standalone project.
Using JFreeChart-SWT
--------------------
To include JFreeChart-SWT in your own application, add the following dependency to your build tool:
org.jfree
jfreechart-swt
1.0
License
-------
JFreeChart-SWT is free software under the terms of the GNU Lesser General Public License (LGPL) version 2.1 or later.
Please note that JFreeChart-SWT is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the license for details.
Change History
--------------
Version 1.1.0 (not yet released)
- update [JFreeChart](https://github.com/jfree/jfreechart) dependency to version 1.5.3
- update [SWTGraphics2D](https://github.com/jfree/swtgraphics2d) dependency to version 1.1.0
Version 1.0 (20 February 2016)
- initial release as a standalone project (previously included with JFreeChart SWT support).