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>

28010e9b   Luigi Serra   xml upload
4
          <components_repository_url_reference>http://192.168.214.128/DatalEts-Ecosystem-Provider/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
                     </input>

                     <layouts>

219b8036   luigser   DEEP
27
28
29
30
31
32
33
34
35
36
37
                     </layouts>

                 </inputs>

             </idm>

         </component>

         <component>

              <name>barchart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

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

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

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

                          </input>

                          <input>

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

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

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>columnchart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

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

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

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

                          </input>

                          <input>

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

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

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>linechart-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

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

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

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

                          </input>

                          <input>

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

bc838daa   Luigi Serra   datalet.xml updat...
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
211
212
213
                              <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
214
215
216
217
218
219
220
221
222
223
224
225
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

          <component>

              <name>treemap-datalet</name>

              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

                  <attribute>

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

219b8036   luigser   DEEP
227
228
229
230
231
                  </attribute>

              </attributes>

              <idm>

                  <inputs>

                      <input>

80a8c218   isisadmin   mod xml conf files
232
233
                          <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
234
235
                          <scale>nominal</scale>

                          <role>domain</role>

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

219b8036   luigser   DEEP
237
238
239
                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
240
241
                              <name>name</name>

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

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

                      </layouts>

                  </inputs>

              </idm>

          </component>

  	    <component>

             <name>leafletjs-datalet</name>

             <attributes>

                 <attribute>

                     <name>data-url</name>

                 </attribute>

                 <attribute>

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

219b8036   luigser   DEEP
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
                 </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
274
275
                          <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
276
277
278
279
280
                          <scale>nominal</scale>

                          <role>domain</role>

                          <selection>11</selection>

                      </input>

                      <layouts>

219b8036   luigser   DEEP
281
282
283
284
                      </layouts>

                  </inputs>

              </idm>

          </component>

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

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

219b8036   luigser   DEEP
287
288
289
290
              <attributes>

                  <attribute>

                      <name>data-url</name>

                  </attribute>

219b8036   luigser   DEEP
291
292
293
294
              </attributes>

              <idm>

                  <inputs>

                      <input>

219b8036   luigser   DEEP
295
296
297
                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
298
299
                              <name>url</name>

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

219b8036   luigser   DEEP
300
301
302
303
                          </input>

                      </layouts>

                  </inputs>

              </idm>

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

219b8036   luigser   DEEP
305
306
      </components>    

  </handler_configuration>