LinePlot
constLinePlot: (props) =>ReactElement
Defined in: react/components/data/chart.tsx:52
A braille line plot — 2×4 dots per cell — for one or more numeric series over a shared range. Fills whatever box it’s given, down to a single cell.
<LinePlot series={[p50, p99]} colors={["$accent", "$warning"]} style={{ height: 8 }} />Parameters
Section titled “Parameters”Returns
Section titled “Returns”ReactElement