-
Notifications
You must be signed in to change notification settings - Fork 1
/
d3linechart.json
38 lines (38 loc) · 949 Bytes
/
d3linechart.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
{
"label" : "LineChart",
"description" : "A Line Chart based on D3",
"module" : "d3linechart",
"thumbnail" : "d3linechart.png",
"sections" : [ {
"name" : "Script",
"expandable" : false,
"properties" : [ {
"name" : "module",
"label" : "Module",
"description" : "Module name",
"mandatory" : true,
"defaultValue" : "d3linechart",
"readOnly" : true,
"type" : "TEXT",
"transparent" : false
}, {
"name" : "css",
"label" : "CSS Path",
"description" : "CSS Path",
"mandatory" : true,
"defaultValue" : "d3linechart.css",
"readOnly" : false,
"type" : "PATH",
"transparent" : false
}, {
"name" : "script",
"label" : "Script Path",
"description" : "Script path",
"mandatory" : true,
"defaultValue" : "d3.min.js",
"readOnly" : false,
"type" : "PATH",
"transparent" : false
} ]
} ]
}