I did some research and had a crack at writing my first Custom Component.
I was able to build one for React-StockCharts
It was a torturous couple of days, one getting my head around building my first custom component and second debugging react-stockcharts to work through all the react errors most focused on data format.
It isn’t overly elegant, but it is functional and still has all the functionality of react-stockcharts such as drag/slide, zoom, select, so I’m pretty happy.
It is however limited to the single chart type as shown in the screenshot as that was the one I was after.
DR