JavaFX Duplicate Series Added

后端 未结 4 1365
后悔当初
后悔当初 2020-12-07 03:11

I am currently learning JavaFX and am trying to create an app that shows a line chart and allows the user to change certain variables which then changes the plotted line. T

4条回答
  •  执念已碎
    2020-12-07 03:37

    I think it is a JavaFX bug. I had the same problem. I "solved" it removing the chart (linePlot in your case) and creating it again.

提交回复
热议问题