-
Notifications
You must be signed in to change notification settings - Fork 64
/
manifest.json
46 lines (45 loc) · 1.23 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Highcharts regression",
"version": "1.0.5",
"title": "Highcharts regression - Linear and non-linear regression for highcharts",
"author": {
"name": "Ignacio Vazquez",
"url": "https://github.com/phpepe/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"highcharts": "3.0.0"
},
"description": "This allows you to add regression lines to any series. Supports: linear, polynomial, logarithmic, exponential and loess. Calculates the r-value",
"keywords": [
"highcharts",
"regression",
"trendline",
"loess fitline"
],
"homepage": "https://github.com/phpepe/highcharts-regression",
"docs": "",
"bugs": "https://github.com/phpepe/highcharts-regression/issues",
"download": "https://github.com/phpepe/highcharts-regression/archive/master.zip",
"demo": [
"http://jsfiddle.net/3g4ryLc9/4/",
"http://jsfiddle.net/phpepe/3vruC/",
"http://jsfiddle.net/phpepe/sMJv9/",
"http://jsfiddle.net/phpepe/72tBr/",
"http://jsfiddle.net/3g4ryLc9/",
"http://jsfiddle.net/3g4ryLc9/2/",
"http://jsfiddle.net/3g4ryLc9/5/"
],
"maintainers": [
{
"name": "Ignacio Vazquez",
"email": "[email protected]",
"url": "https://github.com/phpepe/"
}
]
}