An open API service indexing awesome lists of open source software.

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

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.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jfree/jfreechart-swt/badge.svg)](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).