-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from dizzzz/develop
Added change log
- Loading branch information
Showing
1 changed file
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<meta xmlns="http://exist-db.org/xquery/repo"> | ||
<description>@TITLE@</description> | ||
<author>Dannes Wessels</author> | ||
<author>Leif-Jöran Olsson</author> | ||
<website>https://github.com/eXist-db/jfreechart</website> | ||
<status>beta</status> | ||
<license>GNU-LGPL</license> | ||
<copyright>true</copyright> | ||
<type>library</type> | ||
<description>@TITLE@</description> | ||
<author>Dannes Wessels</author> | ||
<author>Leif-Jöran Olsson</author> | ||
<website>https://github.com/eXist-db/jfreechart</website> | ||
<status>beta</status> | ||
<license>GNU-LGPL</license> | ||
<copyright>true</copyright> | ||
<type>library</type> | ||
<changelog> | ||
<change xmlns="" version="0.2"> | ||
<ul> | ||
<li>Adding initial support for two new datasets: XYDataset and XYZDataset.</li> | ||
<li>Added XYAreaChart, XYBarChart, ScatterPlot and XYLineChart (XYDataset) and BubbleChart | ||
XYZDataset.</li> | ||
<li>Added new configuration options for CategoryAxis and NumberAxis: foregroundAlpha, rangeLowerMargin, | ||
rangeUpperMargin, domainLowerMargin (NumberAxis only), domainUpperMargin (NumberAxis only), | ||
domainLowerBound (NumberAxis only), domainUpperBound (NumberAxis only), rangeAutoRangeIncludesZero, | ||
domainAutoRangeIncludesZero (NumberAxis only), rangeZeroBaselineVisible, domainZeroBaselineVisible | ||
(NumberAxis only), rangeIntegerTickUnits, domainIntegerTickUnits (NumberAxis only), | ||
rangeGridlinesVisible, domainGridlinesVisible, and for ScatterPlot: dotHeight, dotWidth.</li> | ||
<li>Added new configuration options for plot: outlineVisible, pieSectionOutlinesVisible, | ||
pieShadowColor. Also now possible to set null for pieShadowColor and plotBackgroundColor </li> | ||
<li>Switched to Java7</li> | ||
</ul> | ||
</change> | ||
</changelog> | ||
</meta> |