Blame view

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

  <handler_configuration>

219b8036   luigser   DEEP
3
4
5
6
7
8
9
10
      <components>

         <component>

             <name>datatable-datalet</name>

             <attributes>

                 <attribute>

                     <name>data-url</name>

                 </attribute>

                 <attribute>

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

219b8036   luigser   DEEP
12
13
14
15
16
17
18
19
20
                 </attribute>

             </attributes>

             <idm>

                 <inputs>

                     <input>

                         <name>Cell</name>

                         <description>The table cell</description>

                         <scale>nominal</scale>

                         <role>domain</role>

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

219b8036   luigser   DEEP
22
23
                     </input>

                     <layouts>

219b8036   luigser   DEEP
24
25
26
27
28
29
30
31
32
33
34
                     </layouts>

                 </inputs>

             </idm>

         </component>

         <component>

              <name>barchart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

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

219b8036   luigser   DEEP
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
                  </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...
56
57
58
59
                              <name>title</name>

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

                          </input>

                          <input>

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

bc838daa   Luigi Serra   datalet.xml updat...
61
62
63
64
65
66
67
68
69
                              <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
70
71
72
73
74
75
76
77
78
79
80
81
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>columnchart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

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

219b8036   luigser   DEEP
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
                  </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...
103
104
105
106
                              <name>title</name>

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

                          </input>

                          <input>

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

bc838daa   Luigi Serra   datalet.xml updat...
108
109
110
111
112
113
114
115
116
                              <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
117
118
119
120
121
122
123
124
125
126
127
128
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>linechart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

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

219b8036   luigser   DEEP
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
                  </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...
150
151
152
153
                              <name>title</name>

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

                          </input>

                          <input>

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

bc838daa   Luigi Serra   datalet.xml updat...
155
156
157
158
159
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
                              <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
211
212
213
214
215
216
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

53dc93c4   Luigi Serra   new datalets are ...
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
              <name>areachart-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>

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>bubble3d-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>Y values</name>

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

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Z values</name>

                          <description>The chart plots z value. Its values represent the size of the bubble.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Series</name>

                          <description>The chart series. Its values visualize multi- series bubbles chart.</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>

                          </input>

                          <input>

                              <name>comment</name>

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

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>donutpie3dchart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

                      <name>fields</name>

                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

                          <name>Series</name>

                          <description>The chart series. Its values will be put on slice of  each series.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Size </name>

                          <description>The size for each series to create a concentric rings</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>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>piechart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

                      <name>fields</name>

                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

                          <name>Series</name>

                          <description>The chart series. Its values will be put on slice of  each series.</description>

                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <input>

                          <name>Size </name>

                          <description>The size for each series to create a concentric rings</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>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

219b8036   luigser   DEEP
399
400
401
402
403
404
              <name>treemap-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

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

219b8036   luigser   DEEP
406
407
408
409
410
                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

80a8c218   isisadmin   mod xml conf files
411
412
                          <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
413
414
                          <scale>nominal</scale>

                          <role>domain</role>

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

219b8036   luigser   DEEP
416
417
418
                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
419
420
                              <name>name</name>

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

219b8036   luigser   DEEP
421
422
423
424
425
426
427
428
429
430
431
432
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

  	    <component>

             <name>leafletjs-datalet</name>

             <attributes>

                 <attribute>

                     <name>data-url</name>

                 </attribute>

                 <attribute>

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

219b8036   luigser   DEEP
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
                 </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
453
454
                          <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
455
456
457
458
459
                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <layouts>

219b8036   luigser   DEEP
460
461
462
463
                      </layouts>

                  </inputs>

              </idm>

          </component>

28010e9b   Luigi Serra   xml upload
464
          <!--<component>

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

219b8036   luigser   DEEP
466
467
468
469
              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

219b8036   luigser   DEEP
470
471
472
473
              </attributes>

              <idm>

                  <inputs>

                      <input>

219b8036   luigser   DEEP
474
475
476
                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
477
478
                              <name>url</name>

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

219b8036   luigser   DEEP
479
480
481
482
                          </input>

                      </layouts>

                  </inputs>

              </idm>

28010e9b   Luigi Serra   xml upload
483
          </component>-->

219b8036   luigser   DEEP
484
485
      </components>    

  </handler_configuration>