this.text = this.bars
        .selectAll('text')
        .data(function(d) {
          return d;
        })