Commit 4ab08bdf20df82a545f31f0cdfb8bed203c1ae76
1 parent
b261add7
scatterplot-datalet
Showing
1 changed file
with
36 additions
and
0 deletions
datalets.xml
| @@ -541,6 +541,42 @@ | @@ -541,6 +541,42 @@ | ||
| 541 | </idm> | 541 | </idm> |
| 542 | </component> | 542 | </component> |
| 543 | 543 | ||
| 544 | + <!--d3 scatter--> | ||
| 545 | + <component> | ||
| 546 | + <name>scatterplot-datalet</name> | ||
| 547 | + <type>scatter</type> | ||
| 548 | + <idm> | ||
| 549 | + <inputs> | ||
| 550 | + <input> | ||
| 551 | + <name>NumericXAxis</name> | ||
| 552 | + <description>XAxisDescription</description> | ||
| 553 | + </input> | ||
| 554 | + <input> | ||
| 555 | + <name>NumericYAxis</name> | ||
| 556 | + <description>YAxisDescription</description> | ||
| 557 | + </input> | ||
| 558 | + <input> | ||
| 559 | + <name>Categories</name> | ||
| 560 | + <description>CategoriesDescription</description> | ||
| 561 | + <selection>?</selection> | ||
| 562 | + </input> | ||
| 563 | + <layouts> | ||
| 564 | + <input> | ||
| 565 | + <name>x-axis-label</name> | ||
| 566 | + <description>XAxisLabelDescription</description> | ||
| 567 | + <type>text</type> | ||
| 568 | + </input> | ||
| 569 | + <input> | ||
| 570 | + <name>y-axis-label</name> | ||
| 571 | + <description>YAxisLabelDescription</description> | ||
| 572 | + <type>text</type> | ||
| 573 | + </input> | ||
| 574 | + </layouts> | ||
| 575 | + </inputs> | ||
| 576 | + </idm> | ||
| 577 | + </component> | ||
| 578 | + | ||
| 579 | + | ||
| 544 | <!--bubble--> | 580 | <!--bubble--> |
| 545 | <component> | 581 | <component> |
| 546 | <name>bubblechart-datalet</name> | 582 | <name>bubblechart-datalet</name> |