this.entityLabels = this.labelsContainer.selectAll("." + _cssPrefix + "-entity")
      .data(select, d => (d[KEY]));