On Tue, 25 Jun 2024 21:42:23 GMT, Markus Mack <mm...@openjdk.org> wrote:
>> modules/javafx.controls/src/main/java/javafx/scene/chart/Axis.java line 753: >> >>> 751: >>> 752: // call tick marks updated to inform subclasses that we >>> have updated tick marks >>> 753: tickMarksUpdated(); >> >> is this the only place where this call needs to be added? >> >> for example, in BarChart the x axis is not updated after "Add series with >> duplicate category" - is this a separate issue? >> >> >>  >> >> ^^ is this a separate issue? > > yes, the BarChart issue (which I actually want to get fixed) will need > additional fixes in other classes. I could add those to this PR, but probably > it's best to handle them in another ticket+PR to keep this PR affecting all > `Chart`s minimal? a separate PR would be best. I am getting lost - do we have a ticket for that issue already or do we need to create one? ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1489#discussion_r1653608450