Skip to content

Highcharts Feature: Using HTTPS

Alexander Nedomansky edited this page Mar 27, 2018 · 1 revision

Supported by:


Using Wicket

The Wicket components of Wicked Charts by default load the jQuery and Highcharts javascript files from the web which causes problems if you want to access your application via HTTPS/SSL, since the javascript files will then be loaded from a different source.

To solve this problem, you have to download the javascript files yourself and provide them to the JavaScriptResourceRegistry class as described here.