Dear support team
Good evening.
I met with some problems when setting up the dataPoints. It is a massive data fetching from end point and it is structured as the following:
0: {
x: "2020-01-22"
y: 555
<prototype>: Object { … }
}
1: Object { x: "2020-01-23", y: 654 }
2: Object { x: "2020-01-24", y: 941 }
...
My question is that how can i handle the
prototype
there because it isn’t meet with the requirements.
Cheers