score:2

Accepted answer

No, it's not possible. You need to have the same timestamp to match points.

You can preprocess your data: go over all points, create date from timestamp, then use Date.UTC(year, month, day); as x-value for a point.


Related Query

More Query from same tag