this.line = d3.svg.line()
      .x(d => _this.xScale(d))
      .y(d => _this.yScale(d));