For some reason even though my data list size is 0,
JavaFX Application Thread gives IllegalArgumentException: delta must be positive
at org.gillius.jfxutils.chart.StableTicksAxis.calculateTickSpacing line:195
etc.
If I choose different element lists to show, they work really good even though if my data list size is 0 but for some reason this list doesnt work. Do you have any ideas why can this happen?
Btw, by different list I mean my Y-Axis elements for LineChart. Can this be from corrupt data?