const slot = closestIndex(
        this.props.data.time,
        rawInteractions.map(function (index) {
          return Number(index.name);
        })