-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapexplugin.json
More file actions
29 lines (29 loc) · 1.05 KB
/
apexplugin.json
File metadata and controls
29 lines (29 loc) · 1.05 KB
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
{
"name" : "D3CollapsibleTreeChart",
"version" : "6.0.2",
"description" : "Oracle Application Express region Plug-in for D3 collapsible tree chart with multiple parents.",
"keywords" : ["d3", "tree", "collapsible", "multiple parents"],
"homepage" : "https://github.com/grlicaa/D3CollapsibleTreeChart",
"license" : "MIT",
"author" : {
"name" : "Andrej Grlica",
"email" : "andrej.grlica@right-thing.solutions",
"twitter" : "AndrejGrlica",
},
"repository" : {
"type" : "git",
"url" : "https://github.com/grlicaa/D3CollapsibleTreeChart.git"
},
"oracle" : {
"versions" : ["12.2.0.1", "12.1.0.1", "11.2.0.1"],
"apex" : {
"versions" : ["5.0.0", "5.1.0", "18.1.0", "18.2.0", "19.1.0", "19.2.0", "20.1.0", "20.2.0"],
"plugin" : {
"internalName" : "com.oracle.apex.d3.coll.tree",
"type" : "region",
"demo" : "https://apex.oracle.com/pls/apex/f?p=67842",
"previewImage" : "https://raw.githubusercontent.com/grlicaa/D3CollapsibleTreeChart/master/docs/D3TreePreview.gif"
}
}
}
}