Skip to content

Commit

Permalink
README update for PR #233.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Oct 16, 2021
1 parent 3243c21 commit 5989692
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -59,8 +59,9 @@ History

##### Version 1.5.4 (not-yet-released)
- add new methods to access maps for datasets, renderers and axes in plots ([#201](https://github.com/jfree/jfreechart/issues/201));
- add option to truncate item labels and compute contrast colors ([#225](https://github.com/jfree/jfreechart/pull/225))
- add new annotations ([#226](https://github.com/jfree/jfreechart/pull/226))
- add option to truncate item labels and compute contrast colors (PR [#225](https://github.com/jfree/jfreechart/pull/225))
- add new annotations (PR [#226](https://github.com/jfree/jfreechart/pull/226))
- add new panel for background rendering of charts (PR [#233](https://github.com/jfree/jfreechart/pull/233))
- fix tick label font for `LogAxis` with number format override ([#98](https://github.com/jfree/jfreechart/issues/98));
- added `valueVisible` flag to `MeterPlot` ([#231](https://github.com/jfree/jfreechart/pull/231));
- add argument checks for annotations ([#223](https://github.com/jfree/jfreechart/issues/223));
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/jfree/chart/ChartPanel.java
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by David Gilbert and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,9 +27,9 @@
* ---------------
* ChartPanel.java
* ---------------
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by David Gilbert and Contributors.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Original Author: David Gilbert;
* Contributor(s): Andrzej Porebski;
* Soren Caspersen;
* Jonathan Nash;
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/jfree/chart/ChartRenderingInfo.java
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by David Gilbert and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -27,9 +27,9 @@
* -----------------------
* ChartRenderingInfo.java
* -----------------------
* (C) Copyright 2002-2021, by Object Refinery Limited.
* (C) Copyright 2002-2021, by David Gilbert.
*
* Original Author: David Gilbert (for Object Refinery Limited);
* Original Author: David Gilbert;
* Contributor(s): -;
*
*/
Expand Down
11 changes: 6 additions & 5 deletions src/main/java/org/jfree/chart/OfflineRenderingChartPanel.java
Expand Up @@ -2,7 +2,7 @@
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
* (C) Copyright 2000-2021, by David Gilbert and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
Expand All @@ -24,13 +24,14 @@
* [Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.]
*
* ---------------
* ChartPanel.java
* ---------------
* (C) Copyright 2000-2021, by Object Refinery Limited and Contributors.
* -------------------------------
* OfflineRenderingChartPanel.java
* -------------------------------
* (C) Copyright 2000-2021, by Yuri Blankenstein and Contributors.
*
* Original Author: Yuri Blankenstein;
*/

package org.jfree.chart;

import java.awt.AlphaComposite;
Expand Down

0 comments on commit 5989692

Please sign in to comment.