Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 654:bbc966c81809
#90 Removed margins between data area border and curves.
flys-artifacts/trunk@2050 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 03 Jun 2011 10:21:13 +0000 |
parents | 67c7020f4ed3 |
children | 913b52064449 |
comparison
equal
deleted
inserted
replaced
653:67c7020f4ed3 | 654:bbc966c81809 |
---|---|
1 2011-06-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue90(Diagramm: Trennung der Diagrammfläche und Achsen aufheben) | |
4 | |
5 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
6 Determine the ranges of x and y axes. If no zoom ranges are given, we | |
7 will determine the min and max xy values in the dataset manually, | |
8 because JFreeCharts adds a margin to the left and right of the data | |
9 area automatically.. | |
10 | |
1 2011-06-03 Ingo Weinzierl <ingo@intevation.de> | 11 2011-06-03 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Moved | 13 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Moved |
4 the chart creation into an own public method. This lets the | 14 the chart creation into an own public method. This lets the |
5 ChartInfoGenerator create charts without duplicating code. | 15 ChartInfoGenerator create charts without duplicating code. |