How to Implement Dynamic Export Sizes for Highcharts in Next.js / React.js
I’m working on a project using Next.js and Highcharts, and I need to implement dynamic export sizes for Highcharts exports. Essentially, I want to allow users to export charts in different sizes, such as small, medium, and large. How can I achieve this functionality?