target.drawLine(Math.round((rwhisker - minValue) * unitSize + canvasLeft),
          Math.round(canvasHeight / 2),
          Math.round((q3 - minValue) * unitSize + canvasLeft),
          Math.round(canvasHeight / 2),
          options.get('lineColor')).append();