const image = this.layers
      .get("profile")
      .selectAll("image.profile")
      .data(parties.filter(p => this.isParty(p) && x(p.count) > 70), d => d.id)