var line = d3.svg
          .line()
          .x(function(d) {
            return _this.x2(d[_this.dataColumns.semiDashed.x]);
          })