export-csv
export-csv copied to clipboard
buttons missing when installed with bower
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.
@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.
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.