this.xAxis = d3.svg
          .axis()
          .scale(this.x)
          .orient('bottom')
          .innerTickSize(-this.cHeight)