Skip to content

Commit

Permalink
Merge pull request #10 from dizzzz/develop
Browse files Browse the repository at this point in the history
Added change log
  • Loading branch information
ljo committed Jul 7, 2014
2 parents 8563591 + 020c01e commit e770d2d
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions config/library/repo.xml.tmpl
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>

0 comments on commit e770d2d

Please sign in to comment.