On Mon, 4 Sep 2023 13:15:47 GMT, Karthik P K <k...@openjdk.org> wrote:
> Added test: `testChartLineAndAreaRemovedOnClearingSeries()` for > `StackedAreaChart` to check if the line and fill elements gets removed from > the series on clearing the series. This test is added similar to the tests > added to `LineChart` and `AreaChart`. > This test is not required for `BarChart`, `BubbleChart` and `ScatterChart` as > no node will added to the series in these charts. This pull request has now been integrated. Changeset: 3bfede8b Author: Karthik P K <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/3bfede8b550455fab6259b37f3622ea3830a142c Stats: 25 lines in 1 file changed: 25 ins; 0 del; 0 mod 8314779: [testbug] Add test to all the XYCharts to check if chart components are removed when series is cleared Reviewed-by: aghaisas, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1231