const text = this.layers
      .get("label")
      .selectAll("text.name")
      .data(parties.filter(p => this.isParty(p) && x(p.count) >= 30), d => d.id)