JDK-8093803 : [Axis] provide better default choice for fractional part of numbers
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 7u6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-06-30
  • Updated: 2016-08-09
  • Resolved: 2014-05-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u20Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Look at the attached image.

There is no any need to repeat ",279" 10 times, and ",721" 4 times. That is just a start value for axis (I mean, when axis starts, -33,721 - a start value), and it can be mentioned, but there is no need to repeat such a long thing during all the axis. I thing, the better thing - is to align major tick marks relating to 0, and not relating to start position.
Comments
Changeset: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2571b33a1ecf Unit tests: NumberAxisTest#testTicksWithCollapsedBounds NumberAxisTest#testTicksWithIncorrectTickUnit NumberAxisTest#testTicksNoIntermediateTicksIfTickUnitIsLarge NumberAxisTest#testAxisWithFractionalBounds NumberAxisTest#testAxisWithFractionalBoundsMinorTicksAligned
02-05-2014

+1
02-05-2014

Jonathan, please review: http://cr.openjdk.java.net/~msladecek/rt-23093/webrev.00/
02-05-2014