Highchart GWT libraries are connecting to www.highchart.com. Our application will run in intranet environment and the application is not allowed to connect to any external servers due to security reasons.
How do we remove this communication from highchart?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The only thing that should connect to the highcharts.com site is the export functionality, for exporting a chart to a JPG/PDF/etc. So, you can either disable that functionality (by setting "Exporting.setEnabled(false)"). Or, you can change the URL of the server that the export logic connects to and setting it to your own server (e.g. "Exporting.setURL(url)"). More details here:
Highchart GWT libraries are connecting to www.highchart.com. Our application will run in intranet environment and the application is not allowed to connect to any external servers due to security reasons.
How do we remove this communication from highchart?
The only thing that should connect to the highcharts.com site is the export functionality, for exporting a chart to a JPG/PDF/etc. So, you can either disable that functionality (by setting "Exporting.setEnabled(false)"). Or, you can change the URL of the server that the export logic connects to and setting it to your own server (e.g. "Exporting.setURL(url)"). More details here:
http://www.highcharts.com/docs/export-module/setting-up-the-server