-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 1 KB
/
manifest.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
36
37
38
39
{
"name": "year on year",
"version": "0.1",
"title": "Convert to Year On Year series",
"author": {
"name": "agileChilli",
"url": "http://www.agilechilli.com"
},
"licenses": [
{
"type": "GPL 3",
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
}
],
"dependencies": {
"highcharts": "4"
},
"type": "plugin",
"description": "The plugin is a function to convert each series in chart with monthly date values covering multiple years into separate series for each year overlayed over each other, to create a 'year on year' chart",
"keywords": [
"year on year",
"date"
],
"homepage": "https://github.com/okohll/highcharts-yearonyear/",
"docs": "",
"bugs": "",
"download": "",
"demo": [
"",
""
],
"maintainers": [
{
"name": "Oliver Kohll",
"email": "oliver@agilechilli.com",
"url": "http://www.agilechilli.com"
}
]
}