forked from highcharts/export-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
35 lines (35 loc) · 1.18 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Export-CSV-XLS",
"version": "1.3.1",
"title": "Export Chart Data To CSV or XLS",
"demo": [
"http://jsfiddle.net/highcharts/cqjvD/",
"http://jsfiddle.net/highcharts/2Jyn5/"
],
"author": {
"name": "Torstein Hønsi",
"url": "https://github.com/highslide-software"
},
"maintainers": [
{
"name": "Torgrim Thorsen",
"url": "https://github.com/SirAlexiner",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/highslide-software/export-csv/blob/master/LICENSE"
}
],
"description": "Highcharts plugin to export the chart data to CSV, XLS or HTML table. Two methods, getCSV and getTable, are added to the chart object for programmatic access, and menu items is added to the export menu for GUI access. A boolean variable, useLocalDecimalPoint, is added to the methods getCSV and getTable for choosing whether to use the local decimal point or not.",
"keywords": [
"export",
"csv",
"xls"
],
"dependencies": {
"Highcharts": ">=3.0.0"
}
}