-
Notifications
You must be signed in to change notification settings - Fork 2
/
teechart.jquery.json
47 lines (47 loc) · 966 Bytes
/
teechart.jquery.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
47
{
"name": "teechart",
"version": "1.4.0",
"title": "jQuery TeeChart",
"author": {
"name": "Steema Software",
"url": "http://steema.com"
},
"licenses": [
{
"type": "CC",
"url": "http://www.steema.com/licensing/html5"
},
],
"dependencies": {
"jquery": ">=1.6"
},
"description": "Charting, graphing, plotting library using HTML5 Canvas and jQuery",
"keywords": [
"charting",
"graphing",
"plotting",
"chart",
"plot",
"graph",
"candle",
"business",
"3d",
"webgl",
"pie",
"bar",
"line",
"scatter",
"bubble",
"area",
"maps",
"xy",
"clock",
"gauge",
"donut",
"doughnut",
"gantt",
"polar",
"statistics"
],
"homepage": "http://www.steema.com/teechart/html5"
}