{
  "version": 3,
  "sources": ["../../src/document/components/chrome/analytics/components/ChartHorizontalLines.tsx"],
  "sourcesContent": ["import { colors } from \"@framerjs/fresco/tokens\"\nimport { LineSubject } from \"@visx/annotation\"\n\ninterface Props {\n\tlines: number[]\n\tscale: (value: number) => number\n\tleft: number\n\twidth: number\n}\n\nexport function ChartHorizontalLines({ lines, scale, left, width }: Props) {\n\treturn lines.map((line, index) => (\n\t\t<LineSubject\n\t\t\t// biome-ignore lint/suspicious/noArrayIndexKey: no strong identifier available\n\t\t\tkey={index}\n\t\t\torientation=\"horizontal\"\n\t\t\tmin={left}\n\t\t\tmax={width}\n\t\t\tstroke={colors.analyticsAccent}\n\t\t\ty={scale(line)}\n\t\t/>\n\t))\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAYE;AAFK,SAAS,qBAAqB,EAAE,OAAO,OAAO,MAAM,MAAM,GAAU;AAC1E,SAAO,MAAM,IAAI,CAAC,MAAM,UACvB;AAAA,IAAC;AAAA;AAAA,MAGA,aAAY;AAAA,MACZ,KAAK;AAAA,MACL,KAAK;AAAA,MACL,QAAQ,OAAO;AAAA,MACf,GAAG,MAAM,IAAI;AAAA;AAAA,IALR;AAAA,EAMN,CACA;AACF;",
  "names": []
}
