Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3118:6fb211753674
The fake calculation for SQ relation now creates only values bigger than 0.
flys-artifacts/trunk@4719 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jun 2012 10:56:08 +0000 |
parents | e7ff82a52c88 |
children | 238803b2cb8b |
comparison
equal
deleted
inserted
replaced
3117:e7ff82a52c88 | 3118:6fb211753674 |
---|---|
1 2012-06-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/sq/SQRelationCalculation.java: | |
4 Create only SQ objects with values > 0. Otherwise JFreeChart will break | |
5 during chart creation (values for logarithmic axes have to be > 0). | |
6 | |
1 2012-06-20 Ingo Weinzierl <ingo@intevation.de> | 7 2012-06-20 Ingo Weinzierl <ingo@intevation.de> |
2 | 8 |
3 * doc/conf/themes.xml: Adjusted the color of SQ Facets (lines and points) | 9 * doc/conf/themes.xml: Adjusted the color of SQ Facets (lines and points) |
4 as shown in examples. | 10 as shown in examples. |
5 | 11 |