this.line = d3.svg.line() // the line translation function
    .x(function(data, i) {
      return data.x;
    })
      .y(function(data, i) {