On Fri, 12 Nov 2021 09:44:47 GMT, Abhinay Agarwal <d...@openjdk.java.net> wrote:

> PathElements were skipped in AreaChart if the data point were outside axis 
> bounds and had duplicate value for either x or y. This is now fixed with this 
> PR.

modules/javafx.controls/src/test/java/test/javafx/scene/chart/AreaChartTest.java
 line 187:

> 185:     }
> 186: 
> 187:     @Test public void testPathOutsideXBoundsWithDuplicateXAndLowerY() {

I wonder whether we need another set of similar tests with X and Y interchanged?
Something like - testPathOutsideYBoundsWithDuplicateYAndLowerX

-------------

PR: https://git.openjdk.java.net/jfx/pull/667

Reply via email to