Hi David,
I found bug? in HorizontalShapeRenderer.java:
(in jfreechart-0.9.6)
Please see line 313-314.
I think that
double y0 = domainAxis.getCategoryStart(row - 1, getColumnCount(), dataArea)
should be
double y0 = domainAxis.getCategoryMiddle(column - 1, getColumnCount(), dataArea).
I am sorry if wrong.
bug? in HorizontalShapeRenderer.java
Re: bug? in HorizontalShapeRenderer.java
Hi Yossie,
Well spotted...thanks for the report! It is fixed now.
Regards,
Dave Gilbert
Well spotted...thanks for the report! It is fixed now.
Regards,
Dave Gilbert