79536697

Date: 2025-03-26 16:48:17
Score: 0.5
Natty:
Report link

With <ReferenceLine /> and its segment property, it's possible:

<ReferenceLine
  x={14}
/>
<ReferenceLine
  segment={[
    {
      x: 14,
      y: 1200,
    },
    {
      x: 14,
      y: 1050,
    },
  ]}
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hugo Levet