-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmanifest.json
37 lines (37 loc) · 1015 Bytes
/
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
{
"name": "Tooltip delay before display",
"version": "1.3",
"title": "Tooltip delay before display",
"author": {
"name": "Jan Rudovsky",
"url": "http://rudovsky.blogspot.cz/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rudovjan/highcharts-tooltip-delay/blob/master/LICENSE"
}
],
"dependencies": {
"Highcharts": ">=3.0.0"
},
"description": "Put defined delay before showing tooltip of point",
"keywords": [
"tooltip",
"delay"
],
"homepage": "http://rudovjan.github.io/highcharts-tooltip-delay/",
"docs": "https://github.com/rudovjan/highcharts-tooltip-delay",
"bugs": "",
"download": "http://rudovjan.github.io/highcharts-tooltip-delay/",
"demo": [
"http://jsfiddle.net/rudovsky/pu3x5/"
],
"maintainers": [
{
"name": "Jan Rudovsky",
"email": "[email protected]",
"url": ""
}
]
}