this.tooltipEl
          .classed(this.options.CSS_PREFIX + "-tooltip", false)
          .classed(this.options.CSS_PREFIX + "-entity", true)
          .selectAll("." + _cssPrefix + "-label-content")
          .text(labelValues.labelText);