Blame view

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

dc870954   Renato De Donato   title desciption ...
2
  

4faf3f49   Renato De Donato   datalet.dtd
3
  <!DOCTYPE handler_configuration SYSTEM "datalets/datalets.dtd">

dc870954   Renato De Donato   title desciption ...
4
  

219b8036   luigser   DEEP
5
  <handler_configuration>

219b8036   luigser   DEEP
6
      <components>

896766f4   Renato De Donato   scatterchart
7
  

5bb0f0b1   Renato De Donato   new datalets + dtd
8
          <!--table-->

4faf3f49   Renato De Donato   datalet.dtd
9
10
          <component>

              <name>datatable-datalet</name>

8fbf2263   Renato De Donato   new datalets
11
              <type>table</type>

4faf3f49   Renato De Donato   datalet.dtd
12
13
14
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
15
16
                          <name>Column</name>

                          <description>ColumnDescription</description>

a79dba64   Renato De Donato   bubble scatter tr...
17
                          <selection>+</selection>

4faf3f49   Renato De Donato   datalet.dtd
18
19
20
21
22
23
                      </input>

                      <layouts>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
24
  

a79dba64   Renato De Donato   bubble scatter tr...
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
          <!--pie-->

          <component>

              <name>piechart-datalet</name>

              <type>pie</type>

              <idm>

                  <inputs>

                      <input>

                          <name>SliceLabels</name>

                          <description>SliceLabelsDescription</description>

                      </input>

                      <input>

                          <name>SliceSizes</name>

                          <description>SliceSizesDescription</description>

                      </input>

                      <layouts>

                          <input>

                              <name>suffix</name>

                              <description>suffixDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                          <input>

                              <name>donut</name>

                              <description>donutDescription</description>

                              <type>list</type>

                              <list>

                                  <item>false</item>

                                  <item>true</item>

                              </list>

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

  

5bb0f0b1   Renato De Donato   new datalets + dtd
71
72
          <!--multiseries-->

  

a79dba64   Renato De Donato   bubble scatter tr...
73
          <!--column-->

4faf3f49   Renato De Donato   datalet.dtd
74
          <component>

a79dba64   Renato De Donato   bubble scatter tr...
75
              <name>columnchart-datalet</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
76
              <type>multiseries</type>

219b8036   luigser   DEEP
77
78
79
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
80
81
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

219b8036   luigser   DEEP
82
83
                      </input>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
84
                          <name>NumericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
85
                          <description>YAxisDescription</description>

219b8036   luigser   DEEP
86
87
88
                      </input>

                      <layouts>

                          <input>

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

1eda0457   Renato De Donato   datalet.xml local...
90
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
91
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
92
93
94
                          </input>

                          <input>

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

1eda0457   Renato De Donato   datalet.xml local...
95
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
96
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
97
98
99
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
100
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
101
102
103
104
105
106
107
108
109
110
111
112
113
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

219b8036   luigser   DEEP
114
115
116
117
118
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

a79dba64   Renato De Donato   bubble scatter tr...
119
          <!--bar-->

219b8036   luigser   DEEP
120
          <component>

a79dba64   Renato De Donato   bubble scatter tr...
121
              <name>barchart-datalet</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
122
              <type>multiseries</type>

219b8036   luigser   DEEP
123
124
125
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
126
127
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

219b8036   luigser   DEEP
128
129
                      </input>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
130
                          <name>NumericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
131
                          <description>YAxisDescription</description>

219b8036   luigser   DEEP
132
133
134
                      </input>

                      <layouts>

                          <input>

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

1eda0457   Renato De Donato   datalet.xml local...
136
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
137
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
138
139
140
                          </input>

                          <input>

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

1eda0457   Renato De Donato   datalet.xml local...
141
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
142
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
143
144
145
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
146
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
147
148
149
150
151
152
153
154
155
156
157
158
159
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

219b8036   luigser   DEEP
160
161
162
163
164
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
165
          <!--area-->

219b8036   luigser   DEEP
166
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
167
168
              <name>areachart-datalet</name>

              <type>multiseries</type>

219b8036   luigser   DEEP
169
170
171
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
172
173
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

219b8036   luigser   DEEP
174
175
                      </input>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
176
                          <name>NumericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
177
                          <description>YAxisDescription</description>

219b8036   luigser   DEEP
178
179
180
                      </input>

                      <layouts>

                          <input>

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

1eda0457   Renato De Donato   datalet.xml local...
182
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
183
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
184
185
186
                          </input>

                          <input>

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

1eda0457   Renato De Donato   datalet.xml local...
187
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
188
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
189
190
191
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
192
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
193
194
195
196
197
198
199
200
201
202
203
204
205
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

bc838daa   Luigi Serra   datalet.xml updat...
206
207
208
209
210
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
211
          <!--line-->

bc838daa   Luigi Serra   datalet.xml updat...
212
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
213
214
              <name>linechart-datalet</name>

              <type>multiseries</type>

bc838daa   Luigi Serra   datalet.xml updat...
215
216
217
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
218
219
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

bc838daa   Luigi Serra   datalet.xml updat...
220
221
                      </input>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
222
                          <name>NumericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
223
                          <description>YAxisDescription</description>

bc838daa   Luigi Serra   datalet.xml updat...
224
225
226
                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
227
                              <name>x-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
228
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
229
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
230
231
232
                          </input>

                          <input>

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

1eda0457   Renato De Donato   datalet.xml local...
233
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
234
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
235
236
237
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
238
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
239
240
241
242
243
244
245
246
247
248
249
250
251
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

219b8036   luigser   DEEP
252
253
254
255
256
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
257
          <!--heatmap-->

219b8036   luigser   DEEP
258
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
259
260
              <name>heatmap-datalet</name>

              <type>multiseries</type>

53dc93c4   Luigi Serra   new datalets are ...
261
262
263
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
264
265
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

53dc93c4   Luigi Serra   new datalets are ...
266
267
                      </input>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
268
                          <name>NumericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
269
                          <description>YAxisDescription</description>

53dc93c4   Luigi Serra   new datalets are ...
270
271
272
                      </input>

                      <layouts>

                          <input>

53dc93c4   Luigi Serra   new datalets are ...
273
                              <name>x-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
274
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
275
                              <type>text</type>

53dc93c4   Luigi Serra   new datalets are ...
276
277
278
                          </input>

                          <input>

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

1eda0457   Renato De Donato   datalet.xml local...
279
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
280
                              <type>text</type>

53dc93c4   Luigi Serra   new datalets are ...
281
282
283
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
284
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
285
286
287
288
289
290
291
292
293
294
295
296
297
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

53dc93c4   Luigi Serra   new datalets are ...
298
299
300
301
302
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
303
304
305
  

          <!--multiseries_stacked-->

  

dd3276aa   Renato De Donato   stacked
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
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
          <!--column stacked-->

          <component>

              <name>columnchart_stacked-datalet</name>

              <type>multiseries</type>

              <idm>

                  <inputs>

                      <input>

                          <name>XAxis</name>

                          <description>XAxisDescription</description>

                      </input>

                      <input>

                          <name>NumericYAxis</name>

                          <description>YAxisDescription</description>

                      </input>

                      <layouts>

                          <input>

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

                              <description>XAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

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

                              <description>YAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>suffix</name>

                              <description>suffixDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                          <input>

                              <name>stack</name>

                              <description>stackDescription</description>

                              <type>list</type>

                              <list>

                                  <item>normal</item>

                                  <item>percent</item>

                              </list>

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <!--bar stacked-->

          <component>

              <name>barchart_stacked-datalet</name>

              <type>multiseries</type>

              <idm>

                  <inputs>

                      <input>

                          <name>XAxis</name>

                          <description>XAxisDescription</description>

                      </input>

                      <input>

                          <name>NumericYAxis</name>

                          <description>YAxisDescription</description>

                      </input>

                      <layouts>

                          <input>

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

                              <description>XAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

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

                              <description>YAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>suffix</name>

                              <description>suffixDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                          <input>

                              <name>stack</name>

                              <description>stackDescription</description>

                              <type>list</type>

                              <list>

                                  <item>normal</item>

                                  <item>percent</item>

                              </list>

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <!--area stacked-->

          <component>

              <name>areachart_stacked-datalet</name>

              <type>multiseries</type>

              <idm>

                  <inputs>

                      <input>

                          <name>XAxis</name>

                          <description>XAxisDescription</description>

                      </input>

                      <input>

                          <name>NumericYAxis</name>

                          <description>YAxisDescription</description>

                      </input>

                      <layouts>

                          <input>

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

                              <description>XAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

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

                              <description>YAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>suffix</name>

                              <description>suffixDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                          <input>

                              <name>stack</name>

                              <description>stackDescription</description>

                              <type>list</type>

                              <list>

                                  <item>normal</item>

                                  <item>percent</item>

                              </list>

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
471
  

a79dba64   Renato De Donato   bubble scatter tr...
472
          <!--map-->

53dc93c4   Luigi Serra   new datalets are ...
473
          <component>

a79dba64   Renato De Donato   bubble scatter tr...
474
475
              <name>leafletjs-datalet</name>

              <type>map</type>

219b8036   luigser   DEEP
476
477
478
              <idm>

                  <inputs>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
479
480
                          <name>Latitude</name>

                          <description>LatitudeDescription</description>

8fbf2263   Renato De Donato   new datalets
481
482
                      </input>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
                          <name>Longitude</name>

                          <description>LongitudeDescription</description>

                      </input>

                      <input>

                          <name>BalloonContent</name>

                          <description>BalloonContentDescription</description>

                          <selection>*</selection>

                      </input>

                      <layouts>

                      </layouts>

                  </inputs>

              </idm>

          </component>

  

          <!--scatter-->

          <component>

              <name>scatterchart-datalet</name>

              <type>scatter</type>

              <idm>

                  <inputs>

                      <input>

                          <name>NumericXAxis</name>

                          <description>XAxisDescription</description>

                      </input>

                      <input>

                          <name>NumericYAxis</name>

                          <description>YAxisDescription</description>

                      </input>

                      <input>

                          <name>Categories</name>

                          <description>CategoriesDescription</description>

                          <selection>?</selection>

219b8036   luigser   DEEP
515
516
                      </input>

                      <layouts>

8fbf2263   Renato De Donato   new datalets
517
                          <input>

a79dba64   Renato De Donato   bubble scatter tr...
518
519
520
521
522
523
524
                              <name>x-axis-label</name>

                              <description>XAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

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

                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
525
                              <type>text</type>

8fbf2263   Renato De Donato   new datalets
526
527
                          </input>

                          <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
528
529
530
531
532
533
534
535
536
537
                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

8fbf2263   Renato De Donato   new datalets
538
                          </input>

219b8036   luigser   DEEP
539
540
541
542
                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
543
  

a79dba64   Renato De Donato   bubble scatter tr...
544
          <!--bubble-->

896766f4   Renato De Donato   scatterchart
545
          <component>

a79dba64   Renato De Donato   bubble scatter tr...
546
547
              <name>bubblechart-datalet</name>

              <type>bubble</type>

896766f4   Renato De Donato   scatterchart
548
549
550
              <idm>

                  <inputs>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
551
                          <name>NumericXAxis</name>

896766f4   Renato De Donato   scatterchart
552
553
554
                          <description>XAxisDescription</description>

                      </input>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
555
                          <name>NumericYAxis</name>

896766f4   Renato De Donato   scatterchart
556
557
                          <description>YAxisDescription</description>

                      </input>

a79dba64   Renato De Donato   bubble scatter tr...
558
559
560
561
562
563
564
565
566
567
568
569
570
                      <input>

                          <name>BubbleSize</name>

                          <description>BubbleSizeDescription</description>

                      </input>

                      <input>

                          <name>BubbleContent</name>

                          <description>BubbleContentDescription</description>

                      </input>

                      <input>

                          <name>Categories</name>

                          <description>CategoriesDescription</description>

                          <selection>?</selection>

                      </input>

896766f4   Renato De Donato   scatterchart
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
                      <layouts>

                          <input>

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

                              <description>XAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

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

                              <description>YAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

  

a79dba64   Renato De Donato   bubble scatter tr...
599
          <!--treemap-->

4faf3f49   Renato De Donato   datalet.dtd
600
          <component>

a79dba64   Renato De Donato   bubble scatter tr...
601
602
              <name>treemap-datalet</name>

              <type>treemap</type>

219b8036   luigser   DEEP
603
604
605
              <idm>

                  <inputs>

                      <input>

a79dba64   Renato De Donato   bubble scatter tr...
606
607
608
                          <name>Level</name>

                          <description>LevelDescription</description>

                          <selection>+</selection>

219b8036   luigser   DEEP
609
610
                      </input>

                      <layouts>

219b8036   luigser   DEEP
611
612
613
614
                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
615
616
  

          <!--preview HIDDEN-->

469c8525   isisadmin   datalet xml
617
618
          <component>

              <name>preview-datalet</name>

e7867b9f   Renato De Donato   preview datalet
619
              <type>hidden</type>

469c8525   isisadmin   datalet xml
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
              <idm>

                  <inputs>

                      <input>

                          <name>url</name>

                          <description></description>

                      </input>

                      <input>

                          <name>data-url</name>

                          <description></description>

                      </input>

                      <layouts>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
635
  

dc870954   Renato De Donato   title desciption ...
636
      </components>

219b8036   luigser   DEEP
637
  </handler_configuration>