I have a problem with my Angular App on the Internet Explorer. It runs everywhere without a problem (Chrome, Mozilla, Edge), but on on the IE.
I have analyzed with th
You could use slice.call for array-like objects. This means your code would read:
myDataSet[index - 1].data = [].slice.call(tmp);