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

Barchart renderer crops the width of the endpoint bars #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See attached image.  Notice the leftmost bar and the rightmost bar are half the 
width of the other 
bars.  This happens because the endpoint datapoints get rendered on the edge of 
their respective 
vertical plot bounds, and the bars are then centered on their respective data 
points.

This is not an issue with the line renderer due to the nature of what's being 
rendered.

May need to increase the plot's domain bounds beyond the dataset end points 
when using the 
barchart renderer.

Original issue reported on code.google.com by chadtaka...@gmail.com on 25 Nov 2008 at 3:46

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r766.  See check-in comments for details.  Second attached image 
('BarChart_screenshot_fixed.jpg') is a 
screenshot of the fixed barchart.

Original comment by chadtaka...@gmail.com on 30 Nov 2008 at 5:51

Attachments: