gChart
      .selectAll(".bar")
      .data(histogramData)
      .enter()
      .append("rect")