Ways to get Highcharts:
npm install highcharts
bower install highcharts
To load the main library from vendor's CDN, simply add the following to your code:
<script src="https://code.highcharts.com/highcharts.js"></script>
Supplementary libraries, such as the exporting module should be loaded after your highcharts.js
declaration.
Calling the libraries directly from Highcharts will provide you the most up-to-date version. However, if you have specific charts that function best with a certain version or you wish to optimize your website's performance, you may consider storing the files locally.
The following resources offer detailed information on installing and configuring Highcharts, as well as supplementary libraries and modules you can use to customize your charts beyond the default installation.