Closed sidthakrey007 closed 7 years ago
I don't see any problem about having it data.get(**i**).size()
, but the 0 shouldn't be a problem as long as you have the same number of entries per set (which needs to be always the case). Can you share the data where it is failing?
Shall I disregard this?
yes i am doing that
It renders line chart properly bu after 10 sec app crashes checke LineChartView.java
Line 178 setSize = data.get(0).size(); for (int j = 0; j < setSize; j++) {
the first line should be setSize = data.get(i).size();