Highcharts.js fullscreen api isOpen not working?
I am using Highcharts library to display my chart.
I am going to use an icon to make my chart fullscreen. This icon will be placed outside of the chart container to open the container.
To achieve it I have used an onClick event listener on the icon to call a method with following “chartRef?.current?.chart?.fullscreen?.open();”