In the old highstock-all.js module, the following modules were included:

  • highcharts-3d.js
  • exporting.js
  • solid-gauge.js
  • funnel.js
  • no-data-to-display.js
  • data.js


Since Highcharts 5, highstock-all.js is separated into individual modules. When upgrading, if you still would like to use one of the above modules, you should load them from https://code.highcharts.com/modules/

For example: https://code.highcharts.com/modules/funnel.js 


If you would like to use a specific version of Highcharts, you can find it here https://code.highcharts.com/X.Y.Z/modules/funnel.js where X.Y.Z is a specific version number.

For example: https://code.highcharts.com/6.0.2/modules/funnel.js 


All Highcharts files information can be found on the main page of the official CDN in here: https://code.highcharts.com/