score:6

try the release version: https://github.com/highslide-software/highcharts-release.

this is the official shim repo for highcharts js releases including minified files. it is optimized for inclusion by bower.

score:13

as erik mentioned, use the release version of highcharts js:

https://github.com/highslide-software/highcharts-release

if you're using grunt, simply run grunt bower-install and it will install the dependencies into your project.

otherwise, include the javascript files that are part of the package:

bower_components/highcharts-release/highcharts.js
bower_components/highcharts-release/highcharts-more.js

and if you plan on exporting:

bower_components/highcharts-release/modules/exporting.src.js

score:17

i ran into the same problem you can do the following for highcharts

bower install highcharts-release

and to get highstock you can do this

bower install highstock-release

and you would include one of the following

'/bower_components/highcharts-release/highcharts.js'
'/bower_components/highstock-release/highstock.js'

Related Query

More Query from same tag