As the chart height decreases, the top and bottom plot panels start closing in
on the center plot.
When the center plot height falls below a minimum height, there is logic in
DefaultXYPlot.computePlotBounds() that first removes the bottom panel (the
overview axis), and if
the minimum center plot height is still not achieved, it removes the top panel
(the legend axis).
The problem is that when the chart height becomes so small that both the bottom
and top panels
are removed, the plot highlight gets drawn too high (see attached screenshot).
Original issue reported on code.google.com by chadtaka...@gmail.com on 8 Oct 2008 at 11:06
Original issue reported on code.google.com by
chadtaka...@gmail.com
on 8 Oct 2008 at 11:06Attachments: