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