Line grouping

<Plot color={{ scheme: 'rainbow' }}>
    <Line
        data={aapl}
        x="Date"
        y="Close"
        stroke={(d) => d.Date.getFullYear()} />
</Plot>
Improve this page
Last update at: 2025/11/24