I'm having trouble getting this module installed and running. It seems that highcharts_library() looks for files in certain places which do not match what is available when downloading the Highcharts library. Version 2.3.5 is no longer available directly form highcharts.com, but from the Github repo as a tag. The files in the repo don't match up to what highcharts_library() is looking for.

Comments

jlbellido’s picture

I've just sent a patch fixing this issue but fixing drush command, try appling #2387273: Unable to download HighCharts via Drush command patch and then run

drush highcharts-download

It worked for me, if it works for you as well, please comment in that issue.

Regards!