Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.
This repository was archived by the owner on May 29, 2018. It is now read-only.

Not able to add custom data along with csv while downloading using export-csv.js (highcharts) #141

@ranjithrb

Description

@ranjithrb

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);
csv(hc); 

On adding these, "Download CSV" option came.

The problem here is I'm not able to add custom data to my exported CSV.
How can I add custom data ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions