image
      .merge(iEnter)
      .transition(t)
      .attr("x", d =>
        this.isParty(d) ? x(d.start) + 32 : x(d.start) + x(d.count) - 10