Blame view

datalets.xml 12.7 KB
219b8036   luigser   DEEP
1
2
3
  <?xml version="1.0" encoding="utf-8"?>

  <handler_configuration>

      <deep_handler_configuration>

293da0d3   Luigi Serra   Datalets xml update
4
          <components_repository_url_reference>http://192.168.214.128/DEEalerProvider/COMPONENTS/datalets/</components_repository_url_reference>

219b8036   luigser   DEEP
5
6
7
8
9
10
11
12
13
      </deep_handler_configuration>

      <components>

         <component>

             <name>datatable-datalet</name>

             <attributes>

                 <attribute>

                     <name>data-url</name>

                 </attribute>

                 <attribute>

bc838daa   Luigi Serra   datalet.xml updat...
14
                     <name>fields</name>

219b8036   luigser   DEEP
15
16
17
18
19
20
21
22
23
                 </attribute>

             </attributes>

             <idm>

                 <inputs>

                     <input>

                         <name>Cell</name>

                         <description>The table cell</description>

                         <scale>nominal</scale>

                         <role>domain</role>

75a6261c   Luigi Serra   datatable-datalet...
24
                         <selection>*</selection>

219b8036   luigser   DEEP
25
26
27
                     </input>

                     <layouts>

                         <input>

219b8036   luigser   DEEP
28
29
30
31
32
33
34
35
36
37
38
39
                         </input>

                     </layouts>

                 </inputs>

             </idm>

         </component>

         <component>

              <name>barchart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

bc838daa   Luigi Serra   datalet.xml updat...
40
                      <name>fields</name>

219b8036   luigser   DEEP
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

                          <name>Categories</name>

                          <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Series</name>

                          <description>The chart series. Its values will be put in the vertical axis.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
61
62
63
64
                              <name>title</name>

                              <description>The label for the title of the chart</description>

                          </input>

                          <input>

219b8036   luigser   DEEP
65
                              <name>x-axis-label</name>

bc838daa   Luigi Serra   datalet.xml updat...
66
67
68
69
70
71
72
73
74
                              <description>The label for the X axis</description>

                          </input>

                          <input>

                              <name>y-axis-label</name>

                              <description>The label for the Y axis</description>

                          </input>

                          <input>

                              <name>suffix</name>

                              <description>The values suffix(eg units, dollars, euro, ...)</description>

219b8036   luigser   DEEP
75
76
77
78
79
80
81
82
83
84
85
86
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>columnchart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

bc838daa   Luigi Serra   datalet.xml updat...
87
                      <name>fields</name>

219b8036   luigser   DEEP
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

                          <name>Categories</name>

                          <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Series</name>

                          <description>The chart series. Its values will be put in the vertical axis.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
108
109
110
111
                              <name>title</name>

                              <description>The label for the title of the chart</description>

                          </input>

                          <input>

219b8036   luigser   DEEP
112
                              <name>x-axis-label</name>

bc838daa   Luigi Serra   datalet.xml updat...
113
114
115
116
117
118
119
120
121
                              <description>The label for the X axis</description>

                          </input>

                          <input>

                              <name>y-axis-label</name>

                              <description>The label for the Y axis</description>

                          </input>

                          <input>

                              <name>suffix</name>

                              <description>The values suffix(eg units, dollars, euro, ...)</description>

219b8036   luigser   DEEP
122
123
124
125
126
127
128
129
130
131
132
133
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>linechart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

bc838daa   Luigi Serra   datalet.xml updat...
134
                      <name>fields</name>

219b8036   luigser   DEEP
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

                          <name>Categories</name>

                          <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Series</name>

                          <description>The chart series. Its values will be put in the vertical axis.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
155
156
157
158
                              <name>title</name>

                              <description>The label for the title of the chart</description>

                          </input>

                          <input>

219b8036   luigser   DEEP
159
                              <name>x-axis-label</name>

bc838daa   Luigi Serra   datalet.xml updat...
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
                              <description>The label for the X axis</description>

                          </input>

                          <input>

                              <name>y-axis-label</name>

                              <description>The label for the Y axis</description>

                          </input>

                          <input>

                              <name>suffix</name>

                              <description>The values suffix(eg units, dollars, euro, ...)</description>

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>column3Dchart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

                      <name>fields</name>

                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

                          <name>Categories</name>

                          <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Series</name>

                          <description>The chart series. Its values will be put in the vertical axis.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <layouts>

                          <input>

                              <name>title</name>

                              <description>The label for the title of the chart</description>

                          </input>

                          <input>

                              <name>x-axis-label</name>

                              <description>The label for the X axis</description>

                          </input>

                          <input>

                              <name>y-axis-label</name>

                              <description>The label for the Y axis</description>

                          </input>

                          <input>

                              <name>suffix</name>

                              <description>The values suffix(eg units, dollars, euro, ...)</description>

219b8036   luigser   DEEP
216
217
218
219
220
221
222
223
224
225
226
227
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>treemap-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

bc838daa   Luigi Serra   datalet.xml updat...
228
                      <name>fields</name>

219b8036   luigser   DEEP
229
230
231
232
233
                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

80a8c218   isisadmin   mod xml conf files
234
235
                          <name>Level</name>

                          <description>It is the level field that the datalet will use to group the values at corrisponding field number level.</description>

219b8036   luigser   DEEP
236
237
                          <scale>nominal</scale>

                          <role>domain</role>

80a8c218   isisadmin   mod xml conf files
238
                          <selection>*</selection>

219b8036   luigser   DEEP
239
240
241
                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
242
243
                              <name>name</name>

                              <description>The name of the treemap</description>

219b8036   luigser   DEEP
244
245
246
247
248
249
250
251
252
253
254
255
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

  	    <component>

             <name>leafletjs-datalet</name>

             <attributes>

                 <attribute>

                     <name>data-url</name>

                 </attribute>

                 <attribute>

bc838daa   Luigi Serra   datalet.xml updat...
256
                     <name>fields</name>

219b8036   luigser   DEEP
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
                 </attribute>

             </attributes>

              <idm>

                  <inputs>

                      <input>

                          <name>Latitude</name>

                          <description>It is latitude of the points you want to show in the map.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Longitude</name>

                          <description>It is longitude of the points you want to show in the map.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

293da0d3   Luigi Serra   Datalets xml update
276
277
                          <name>Balloon content</name>

                          <description>It is the text associated to the marker or the link to the image related to the camera associated to each points.</description>

219b8036   luigser   DEEP
278
279
280
281
282
                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <layouts>

219b8036   luigser   DEEP
283
284
285
286
287
                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

bc838daa   Luigi Serra   datalet.xml updat...
288
              <name>preview-datalet</name>

219b8036   luigser   DEEP
289
290
291
292
              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

219b8036   luigser   DEEP
293
294
295
296
              </attributes>

              <idm>

                  <inputs>

                      <input>

219b8036   luigser   DEEP
297
298
299
                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
300
301
                              <name>url</name>

                              <description>The url of the page you want put in the preview</description>

219b8036   luigser   DEEP
302
303
304
305
306
307
308
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

      </components>    

  </handler_configuration>