On Sat, 22 Jun 2024 10:52:42 GMT, Markus Mack <[email protected]> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/chart/BarChart.java line
>> 227:
>>
>>> 225: var uniqueCategories = new HashSet<String>();
>>> 226: for (var entry : seriesCategoryMap.entrySet()) {
>>> 227: Series s = entry.getKey();
>>
>> would it make sense to add a comment explaining the reasoning for this more
>> complex code?
>
> I've extended the code comment.
thank you
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1476#discussion_r1651183756