Hi all!
I have been struggling for a while with issue. I would like to make my highcharts graphs downloadable through an external button in my NextJS v13.5 app. I tried many different approaches, but it seems that the main issue is loading the 'highcharts/modules/exporting' module (actually, exporting modules in general because I didn't manage loading the Accessibility module either).
Thus, how should I load the Highcharts modules in my app? I tried importing them normally and imported them dynamically disabling the server-side rendering.
Thank you!