Chart Extensions

Extensions for the project jfreechart for the needs of Loadcoder project

License

License

GroupId

GroupId

com.loadcoder
ArtifactId

ArtifactId

chart-extensions
Last Version

Last Version

1.0.19.1
Release Date

Release Date

Type

Type

jar
Description

Description

Chart Extensions
Extensions for the project jfreechart for the needs of Loadcoder project
Project URL

Project URL

http://loadcoder.com
Source Code Management

Source Code Management

https://github.com/loadcoder/chart-extensions

Download chart-extensions

How to add to project

<!-- https://jarcasting.com/artifacts/com.loadcoder/chart-extensions/ -->
<dependency>
    <groupId>com.loadcoder</groupId>
    <artifactId>chart-extensions</artifactId>
    <version>1.0.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.loadcoder/chart-extensions/
implementation 'com.loadcoder:chart-extensions:1.0.19.1'
// https://jarcasting.com/artifacts/com.loadcoder/chart-extensions/
implementation ("com.loadcoder:chart-extensions:1.0.19.1")
'com.loadcoder:chart-extensions:jar:1.0.19.1'
<dependency org="com.loadcoder" name="chart-extensions" rev="1.0.19.1">
  <artifact name="chart-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.loadcoder', module='chart-extensions', version='1.0.19.1')
)
libraryDependencies += "com.loadcoder" % "chart-extensions" % "1.0.19.1"
[com.loadcoder/chart-extensions "1.0.19.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jfree : jfreechart jar 1.0.19
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.1.1

Project Modules

There are no modules declared in this project.

1. INTRODUCTION

chart-extensions is a free Java class library with a single purpose: To extend the JfreeChart library so that the needs in project Loadcoder are met. This is done by:

  • Fixing bugs in the JFreeChart library. The reason why bugs are fixed here is because project Loadcoder is on a specific release of JFreeChart. In order to have bugs fixed within a resonable time period, bugs will be fixed and released here simultaneously with new releases of Loadcoder. These bugs may also be reported to and fixed in the JFreeChart project.

  • Extending the JFreeChart library in a way that is beneficial for project Loadcoder, but probably out of scope for project JFreeChart.

chart-extensions is licensed, free of charge, under the terms of the GNU Lesser General Public Licence, version 2.1 or later.

The sources for this library are kept in the following repository at GitHub:

https://github.com/loadcoder/chart-extensions

If you have any comments, suggestions or bugs to report, please visit http://loadcoder.com/contribute for guidance

2. CONTRIBUTORS

Thanks to the following developers who have contributed code to this class library: Stefan Vahlgren

com.loadcoder

loadcoder

Versions

Version
1.0.19.1
1.0.19