Vamsi Sai Krishna Paturu

Results 1 comments of Vamsi Sai Krishna Paturu

In chart export options **events: false** add this property and try it. `Highcharts.setOptions({ exporting: { chartOptions: { chart: { events: false, }, }, }, }); Highcharts.chart(container, this.chartOptions);`