const horizontalSpeed = points.map(el => [
    Math.round((el.flTime - startTime) * 10) / 10,
    Math.round(msToKmh(el.hSpeed))
  ])