highcharts-regression-slcp
Version:
This allows you to add regression lines to any series. Supports: linear, polynomial, logarithmic, exponential and loess. Calculates the r-value
32 lines (31 loc) • 867 B
JSON
{
"name": "highcharts-regression-slcp",
"version": "2.2.6",
"description": "This allows you to add regression lines to any series. Supports: linear, polynomial, logarithmic, exponential and loess. Calculates the r-value",
"main": "highcharts-regression.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmgill/highcharts-regression.git"
},
"keywords": [
"highcharts",
"regression",
"trendline",
"loess fitline"
],
"author": {
"name": "Ignacio Vazquez",
"url": "https://github.com/phpepe/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kmgill/highcharts-regression/issues"
},
"homepage": "https://github.com/kmgill/highcharts-regression#readme"
}