Menu

Removing connection to highchart.com from our production server

2014-09-05
2014-09-05
  • Valavan Raja

    Valavan Raja - 2014-09-05

    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?

     
  • Shawn Quinn

    Shawn Quinn - 2014-09-05

    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

     

Log in to post a comment.