this.data.map(function(d) {
          return d.map(function(i) {
            return { x: i.year, y: i.value };
          });
        })