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

Center plot highlight drawn too high when legend axis hidden #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r387.

Original comment by chadtaka...@gmail.com on 8 Oct 2008 at 11:38