Simple line
The classic line chart example you've seen a million times.
<Plot y={{ grid: true }}>
<Line data={aapl} x="Date" y="Close" />
</Plot>
The classic line chart example you've seen a million times.
<Plot y={{ grid: true }}>
<Line data={aapl} x="Date" y="Close" />
</Plot>