The default behavior of shift(), it seems it is only possible to shift one dataPoint at a time from the array.
But I want to shift the multiple number of data points at a time, probably by passing a dynamic number and want to shift that number of points from datapoints array.
Is it possible? Can any one help me?
Thanks in advance.