forked from highchartTable/jquery-highchartTable-plugin
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathhighchartTable.jquery.json
More file actions
32 lines (32 loc) · 867 Bytes
/
highchartTable.jquery.json
File metadata and controls
32 lines (32 loc) · 867 Bytes
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
{
"name": "highchartTable",
"version": "1.0.3",
"title": "highchartTable",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": "*"
},
"description": "This plugin provides a simple way to convert HTML data tables to Highcharts graphs.",
"keywords": [
"highcharts",
"chart",
"table",
"ui",
"graphics",
"graphs"
],
"bugs": "https://github.com/highchartTable/jquery-highchartTable-plugin/issues",
"homepage": "http://highcharttable.org/",
"docs": "http://highcharttable.org/#documentation",
"download": "http://highcharttable.org/#download",
"author": {
"name" : "Multiple contributors",
"email" : "highcharttable@gmail.com",
"url" : "https://github.com/highchartTable/jquery-highchartTable-plugin/graphs/contributors"
}
}