Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 575:a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
gnv/trunk@707 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 24 Feb 2010 14:38:36 +0000 |
parents | 800874dc0b29 |
children | b21fc7502750 |
comparison
equal
deleted
inserted
replaced
574:800874dc0b29 | 575:a634d5ee961d |
---|---|
1 2010-02-24 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Added | |
4 user selected type of bin setting (number of bins, bin width) to diagram | |
5 options and request object which are used to create links for chart | |
6 images. | |
7 | |
8 * src/main/java/de/intevation/gnv/action/DoOutputAction.java: Added user | |
9 selected type of bin setting to InputParameters which are used to create | |
10 xml documents for 'out' target. | |
11 | |
12 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp, | |
13 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: Added | |
14 checkboxes to select the field to adjust bins in histogram charts (bin | |
15 width or number of bins). When selecting a checkbox, the other box becomes | |
16 disabled. | |
17 | |
18 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: JavaScript function to toggle | |
19 checkboxes. | |
20 | |
1 2010-02-24 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 21 2010-02-24 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 22 |
3 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: Append | 23 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: Append |
4 user inserted parameter from histogram options (width, height, bin width, | 24 user inserted parameter from histogram options (width, height, bin width, |
5 number of bins) to http request when fetching the histogram image. | 25 number of bins) to http request when fetching the histogram image. |