Torstein Hønsi

Results 234 comments of Torstein Hønsi

I did a refactoring in export-csv today, so that we can access the raw data rows before concatenated in to CSV. This allows a hook to switch rows and columns:...

By assigning the factory to module.exports, this will run in a CommonJS environment. The only case where I can see this failing is if you have defined an object called...

I tried to change line 82 to this: `a.href = 'data:text/csv;charset=utf-8,%EF%BB%BF,' + this.getCSV().replace(/\n/g, '%0A');` ... but it didn't do it for me. Here's what ExCel on the Mac got out...

We are currently going over Highcharts and all modules as well as our own plugins and preparing them for NPM. @jon-a-nygaard

We'll go over the plugins and prepare them for CommonJS and npm after new year. For this particular plugin however, we will probably make it a Highcharts module, which means...

> If the inclusion in the core API is going to take more time would you accept a PR to add CommonJS support? Yes we may accept that.

Thanks for the PR, but we'd like to keep series consistent, so we need to work out a general way to label the columns that works for all series types....

I just commited a fix for the missing column headers. I also added a formatter option. See it [live on jsFiddle](http://jsfiddle.net/highcharts/cqjvD/960/). How does this work for you?

Currently, the menu items are not pushed to each chart item, but to the default options for menu items. So in order to implement this we would need to change...

Strange. Demo: http://jsfiddle.net/highcharts/84fxqx0o/2/