-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmanifest.json
40 lines (40 loc) · 1.3 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
{
"name": "Multicolor series",
"version": "3.1.0",
"title": "Multicolor",
"author": {
"name": "Black Label",
"url": "https://www.blacklabel.net/"
},
"licenses": [
{
"type": "MIT License",
"url": "https://github.com/blacklabel/multicolor_series/blob/master/license.txt"
}
],
"dependencies": {
"highcharts": ">12.0.0"
},
"demo": [
"https://jsfiddle.net/BlackLabel/ou4L32cn/",
"https://codesandbox.io/p/sandbox/highcharts-multicolor-series-forked-6m6dd9?file=%2Fsrc%2FApp.tsx&workspaceId=e204a32a-9996-4c96-b99d-9fe3d6fc96d0"
],
"description": "A Highcharts plugin that allows defining different colors for each part of the path between points.",
"keywords": ["series", "multicolor", "highcharts-addon"],
"maintainers": [
{
"name": "Sebastian Bochan",
"email": "[email protected]",
"url": "https://www.blacklabel.net"
},
{
"name": "Paweł Fus",
"email": "[email protected]",
"url": "https://www.blacklabel.net"
}
],
"homepage": "http://blacklabel.github.io/multicolor_series/",
"docs": "https://github.com/blacklabel/multicolor_series/",
"bugs": "https://github.com/blacklabel/multicolor_series/issues",
"download": "https://github.com/blacklabel/multicolor_series/archive/master.zip"
}