target.drawLine(
          Math.round((lwhisker - minValue) * unitSize + canvasLeft),
          Math.round(canvasHeight / 2),
          Math.round((q1 - minValue) * unitSize + canvasLeft),
          Math.round(canvasHeight / 2),