calculateYMin() {
    let min =
      d3.min(this.transformedData, c => {
        return d3.min(c, v => {
          return v.y;