marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

RFE: setRange() should force begin and end ticks to be rendered #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The computeTickPositions() method on RangeAxis can potentially omit the 
rangeHigh value 
specified by the user via setRange(). The RangeAxis class should cap or round 
the last tick to the 
rangeHigh value if it has been manually specified.

 Note: it is possible to cause a visual artifact from this patch. With certain combinations of font 
size/window size, the last tick could be "rounded down" to the rangeHigh value 
whose tick label 
may visually overlap the next to last tick.

Original issue reported on code.google.com by cromwell...@gmail.com on 11 Sep 2008 at 11:11