Java FX linechart reloading does not load the category axis in sorted order
998653Mar 22 2013 — edited Mar 23 2013We are reloading the different data in Java FX line chart for . First time it loads with sorted order and looks good but we try to reload again and again the category axis sorting messed up and does not display in order. I did try even with Number axis but no luck.
Any pointers why the first time able to load but not later....
I am removing the series and recreating the series instance before loading the chart but no luck.
lineChart.getData().removeAll(series1)
Appreciate for any pointers.