No, file types are same .txt files but they have 2 different object's data
Now i am able to save data in array.
a small thing is happening here
on start of the layout I did ajax requests
first 25 are dot and others are steps
In y0 dots saved perfectly but in y1 steps x0 is saving data of 25th of the dot
when i moved ajax requests 26-50 to top and 0-25 to the bottom then y1 is saving perfectly and y0 is saving data of 25th of the step.
what may reason?