I want to make all/some charts in my React project to use a different instance of Highcharts. I will be extending some functions in some of the charts, but I don't want the extension to affect all charts, so I would like to use a different Highcharts extension for these charts.
How can I do that?
I'm using highcharts
and highcharts-react-official
libraries.