Changeset 2062 for trunk/grails-app/views/visualize
- Timestamp:
- Oct 17, 2011, 1:01:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/visualize/index.gsp
r2061 r2062 90 90 </tr> 91 91 <tr> 92 <td><label for="errorbars">Show errorbars in graph.<br />(only available with aggregation set to average)</label></td> 93 <td><input type="checkbox" name="errorbars" id="errorbars" CHECKED/></td> 94 </tr> 95 <tr> 96 <td><label for="showvalues">Always show values in the graph.<br />(if this box is unchecked, value's are only shown when you hover over a datapoint)</label></td> 97 <td><input type="checkbox" name="showvalues" id="showvalues" onClick="changeVis();"/></td> 92 <td><label for="showvalues">Always show values in the graph.<br />(if this box is unchecked, value's are only shown when you hover over a datapoint. Note that hover on a barchart with value 0 isn't possible)</label></td> 93 <td><input type="checkbox" name="showvalues" id="showvalues" CHECKED onClick="changeVis();"/></td> 98 94 </tr> 99 95 </table>
Note: See TracChangeset
for help on using the changeset viewer.