Line grouping

;
<Plot color={{ scheme: 'rainbow' }}>
    <Line data={aapl} x="Date" y="Close" stroke={(d) => d.Date.getFullYear()} />
</Plot>