when I export the PNG from Highcharts it call load and render function that means it reloads the chart.
can we restrict calls to load and render events of highcharts when we export the png?
when I export the PNG from Highcharts it call load and render function that means it reloads the chart.
can we restrict calls to load and render events of highcharts when we export the png?
Thanks @SebastianWędzel for your help I will try you solution as well. but this Solved my problem exporting: { chartOptions: { chart: { event:null }, }