Ranjith R Bhat

Results 1 issues of Ranjith R Bhat

Hi, I have implemented the csv download by adding an export-csv.js file to ng2-highcharts. App Module ``` const hc = require('highcharts'); const exp = require('highcharts/modules/exporting'); const csv = require('highcharts-export-csv/export-csv'); exp(hc);...