Ignore:
Timestamp:
Oct 27, 2011, 2:01:34 PM (11 years ago)
Author:
tjeerd@…
Message:

VIS-47, advanced setting for angles x-labels added. Default value is ON

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/visualize/index.gsp

    r2062 r2070  
    1515        <g:javascript src="jqplot/plugins/jqplot.canvasTextRenderer.min.js" /> 
    1616        <g:javascript src="jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js" />
     17    <g:javascript src="jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js" />
    1718    <g:javascript src="jqplot/plugins/jqplot.ohlcRenderer.min.js" />
    1819    <g:javascript src="jqplot/plugins/jqplot.highlighter.min.js" />
     
    9394                                <td><input type="checkbox" name="showvalues" id="showvalues" CHECKED onClick="changeVis();"/></td>
    9495                            </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&deg; angle)</label></td>
     98                                <td><input type="checkbox" name="anglelabels" id="anglelabels" CHECKED onClick="changeVis();"/></td>
     99                            </tr>
    95100                        </table>
    96101                    </div>
Note: See TracChangeset for help on using the changeset viewer.