Changeset 2070 for trunk/grails-app/views/visualize
- Timestamp:
- Oct 27, 2011, 2:01:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/visualize/index.gsp
r2062 r2070 15 15 <g:javascript src="jqplot/plugins/jqplot.canvasTextRenderer.min.js" /> 16 16 <g:javascript src="jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js" /> 17 <g:javascript src="jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js" /> 17 18 <g:javascript src="jqplot/plugins/jqplot.ohlcRenderer.min.js" /> 18 19 <g:javascript src="jqplot/plugins/jqplot.highlighter.min.js" /> … … 93 94 <td><input type="checkbox" name="showvalues" id="showvalues" CHECKED onClick="changeVis();"/></td> 94 95 </tr> 96 <tr> 97 <td><label for="anglelabels">Angle labels on the x-axis.<br />(if this box is checked, labels are shown at a 45° angle)</label></td> 98 <td><input type="checkbox" name="anglelabels" id="anglelabels" CHECKED onClick="changeVis();"/></td> 99 </tr> 95 100 </table> 96 101 </div>
Note: See TracChangeset
for help on using the changeset viewer.