When adding (by button action) first series to empty linechart (without series), the labels are not autoranging
WORKAROUND :
add line
chart.getYAxis().setAutoRanging(true);
after first adding of non-empty series
WORKAROUND :
add line
chart.getYAxis().setAutoRanging(true);
after first adding of non-empty series