jfree / jfreechart

A 2D chart library for Java applications (JavaFX, Swing or server-side).
http://www.jfree.org/jfreechart/
GNU Lesser General Public License v2.1
1.22k stars 463 forks source link

BoxAndWhiskerRenderer: Outliers not shown in `HORIZONTAL` orientation #343

Open ghost opened 1 year ago

ghost commented 1 year ago

Looks like the code for this is just missing. drawVerticalItem has a section at the end for drawing outliers, drawHorizontalItem doesn't have anything at all.

I'm not particularly fussed about having outliers display for my use case, but thought I would raise an issue since I'd noticed it!