Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3249:f76cef888ee1
Fix issue710 - crashing one-point-diagrams.
flys-artifacts/trunk@4882 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 06 Jul 2012 09:57:16 +0000 |
parents | 4eb91fb1e73e |
children | 7613cfb037f5 |
comparison
equal
deleted
inserted
replaced
3248:4eb91fb1e73e | 3249:f76cef888ee1 |
---|---|
1 2012-07-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix issue710 (crashing diagrams with only one point). | |
4 | |
5 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
6 Expand the range/bounds where its added. | |
7 | |
1 2012-07-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 8 2012-07-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 9 |
3 * src/main/java/de/intevation/flys/exports/ChartGenerator.java | 10 * src/main/java/de/intevation/flys/exports/ChartGenerator.java |
4 (expandPointRange): Fix weird code with help of new ChartHelper | 11 (expandPointRange): Fix weird code with help of new ChartHelper |
5 method. | 12 method. |