Version 1.1.0 - not yet released.
(C)opyright 2006-2021, by Object Refinery Limited and Contributors. All rights reserved.
JFreeChart-SWT is a library that provides extensions for 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.
To include JFreeChart-SWT in your own application, add the following dependency to your build tool:
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart-swt</artifactId>
<version>1.0</version>
</dependency>
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.
Version 1.1.0 (not yet released)
- update JFreeChart dependency to version 1.5.3
- update 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).