Withdrawn: 8255572: Axis does not compute preferred height properly when autoRanging is off
duke
duke at openjdk.org
Sat Apr 29 02:59:53 UTC 2023
On Thu, 29 Oct 2020 15:15:22 GMT, Jonathan Vusich <duke at openjdk.org> wrote:
> As noted in the corresponding JBS issue, `Axis` does not properly compute its preferred height when `autoRanging` is turned off. The simplest fix seems to be changing `CategoryAxis` so that `tickLabelRotation` is set to 90 degrees if there is not enough room for the category labels to layout horizontally. This fixes the fact that the axis labels are truncated and also ensures that the chart does not leave unused space from the layout calculations. `CategoryAxis` is already setting the `categorySpacing` property when `autoRanging` is off, so this seems to be an appropriate fix.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jfx/pull/342
More information about the openjfx-dev
mailing list