export-csv icon indicating copy to clipboard operation
export-csv copied to clipboard

buttons missing when installed with bower

Open hruoho opened this issue 9 years ago • 2 comments

I replicated the example at jsfiddle installing packages locally with bower and noticed that the menu links 'Download CSV' and 'Download XLS' were missing. Instead, one link with text 'undefined' appears. Everything works fine I copy the latest version by hand or install the package with npm.

hruoho avatar Apr 18 '16 06:04 hruoho

@jon-a-nygaard Can you find out what happens? Note that this is not the main Highcharts repo, so I'm not sure if it is even available on Bower.

TorsteinHonsi avatar Apr 18 '16 07:04 TorsteinHonsi

Stumbled across this too. bower install highcharts-export-csv installs a different project with a conflicting name:

  • Bower search result: https://bower.io/search/?q=highcharts-export-csv
  • Github repo: https://github.com/wallynm/highcharts-export-csv

Workaround I'm using is to bower install https://github.com/highcharts/export-csv.git.

ianawilson avatar Jan 05 '17 21:01 ianawilson