shapeGroup
          .selectAll('rect')
          .data(shape.data)
          .enter()
          .append('rect')