You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.