The stock chart legend behaviours differently from the standard chart component, when you hover over the label the series are not highlighted. Heres a stackBlitz demo as an example https://stackblitz.com/edit/react-y7gch7?file=app%2Fmain.jsx,app%2Fstock-data.json
Also within the normal chart component, you could pass a ref so you could use the download functionality, this is no longer viable with the stock chart. Is this by design?