Commit 896766f453d9a070f9c9e63fcf3aa9083ca163da

Authored by Renato De Donato
1 parent 5bb0f0b1

scatterchart

Showing 1 changed file with 71 additions and 9 deletions
datalets.xml
... ... @@ -4,7 +4,7 @@
4 4  
5 5 <handler_configuration>
6 6 <components>
7   -
  7 +
8 8 <!--table-->
9 9 <component>
10 10 <name>datatable-datalet</name>
... ... @@ -35,7 +35,7 @@
35 35 <description>XAxisDescription</description>
36 36 </input>
37 37 <input>
38   - <name>YAxis</name>
  38 + <name>numericYAxis</name>
39 39 <description>YAxisDescription</description>
40 40 </input>
41 41 <layouts>
... ... @@ -81,7 +81,7 @@
81 81 <description>XAxisDescription</description>
82 82 </input>
83 83 <input>
84   - <name>YAxis</name>
  84 + <name>numericYAxis</name>
85 85 <description>YAxisDescription</description>
86 86 </input>
87 87 <layouts>
... ... @@ -127,7 +127,7 @@
127 127 <description>XAxisDescription</description>
128 128 </input>
129 129 <input>
130   - <name>YAxis</name>
  130 + <name>numericYAxis</name>
131 131 <description>YAxisDescription</description>
132 132 </input>
133 133 <layouts>
... ... @@ -173,7 +173,7 @@
173 173 <description>XAxisDescription</description>
174 174 </input>
175 175 <input>
176   - <name>YAxis</name>
  176 + <name>numericYAxis</name>
177 177 <description>YAxisDescription</description>
178 178 </input>
179 179 <layouts>
... ... @@ -219,7 +219,7 @@
219 219 <description>XAxisDescription</description>
220 220 </input>
221 221 <input>
222   - <name>YAxis</name>
  222 + <name>numericYAxis</name>
223 223 <description>YAxisDescription</description>
224 224 </input>
225 225 <layouts>
... ... @@ -268,7 +268,7 @@
268 268 <description>XAxisDescription</description>
269 269 </input>
270 270 <input>
271   - <name>YAxis</name>
  271 + <name>numericYAxis</name>
272 272 <description>YAxisDescription</description>
273 273 </input>
274 274 <layouts>
... ... @@ -323,7 +323,7 @@
323 323 <description>XAxisDescription</description>
324 324 </input>
325 325 <input>
326   - <name>YAxis</name>
  326 + <name>numericYAxis</name>
327 327 <description>YAxisDescription</description>
328 328 </input>
329 329 <layouts>
... ... @@ -378,7 +378,7 @@
378 378 <description>XAxisDescription</description>
379 379 </input>
380 380 <input>
381   - <name>YAxis</name>
  381 + <name>numericYAxis</name>
382 382 <description>YAxisDescription</description>
383 383 </input>
384 384 <layouts>
... ... @@ -469,6 +469,68 @@
469 469 </idm>
470 470 </component>
471 471  
  472 + <!--scatter-->
  473 + <component>
  474 + <name>scatterchart-datalet</name>
  475 + <type>scatter</type>
  476 + <idm>
  477 + <inputs>
  478 + <input>
  479 + <name>Categories</name>
  480 + <description>CategoriesDescription</description>
  481 + </input>
  482 + <input>
  483 + <name>numericXAxis</name>
  484 + <description>XAxisDescription</description>
  485 + </input>
  486 + <input>
  487 + <name>numericYAxis</name>
  488 + <description>YAxisDescription</description>
  489 + </input>
  490 + <layouts>
  491 + <input>
  492 + <name>x-axis-label</name>
  493 + <description>XAxisLabelDescription</description>
  494 + <type>text</type>
  495 + </input>
  496 + <input>
  497 + <name>y-axis-label</name>
  498 + <description>YAxisLabelDescription</description>
  499 + <type>text</type>
  500 + </input>
  501 + <input>
  502 + <name>theme</name>
  503 + <description>themeDescription</description>
  504 + <type>list</type>
  505 + <list>
  506 + <item>themeBase</item>
  507 + <item>themeDarkUnika</item>
  508 + <item>themeSandSignika</item>
  509 + <item>themeGridLight</item>
  510 + <item>themeSpod</item>
  511 + </list>
  512 + </input>
  513 + </layouts>
  514 + </inputs>
  515 + </idm>
  516 + </component>
  517 +
  518 + <!--&lt;!&ndash;bubble&ndash;&gt;-->
  519 + <!--<component>-->
  520 + <!--<name>bubblechart-datalet</name>-->
  521 + <!--<type>bubble</type>-->
  522 + <!--<idm>-->
  523 + <!--</idm>-->
  524 + <!--</component>-->
  525 +
  526 + <!--&lt;!&ndash;treemap&ndash;&gt;-->
  527 + <!--<component>-->
  528 + <!--<name>treemap-datalet</name>-->
  529 + <!--<type>treemap</type>-->
  530 + <!--<idm>-->
  531 + <!--</idm>-->
  532 + <!--</component>-->
  533 +
472 534 <!--map-->
473 535 <component>
474 536 <name>leafletjs-datalet</name>
... ...