bars
      .attr('data-tooltip', function (d) {
        return self._tooltipFormatter(d.freq);
      })
      .transition()