Commit 352709a9105470c15672532a35548fcf4bc33a41
1 parent
f5c7d60c
scatterplot and scatterplot-matrix-datalet input types
Showing
1 changed file
with
16 additions
and
2 deletions
datalets.xml
| @@ -664,26 +664,33 @@ | @@ -664,26 +664,33 @@ | ||
| 664 | <input> | 664 | <input> |
| 665 | <name>NumericXAxis</name> | 665 | <name>NumericXAxis</name> |
| 666 | <description>XAxisDescription</description> | 666 | <description>XAxisDescription</description> |
| 667 | + <type>NUMBER</type> | ||
| 668 | + <selection>1</selection> | ||
| 667 | </input> | 669 | </input> |
| 668 | <input> | 670 | <input> |
| 669 | <name>NumericYAxis</name> | 671 | <name>NumericYAxis</name> |
| 670 | <description>YAxisDescription</description> | 672 | <description>YAxisDescription</description> |
| 673 | + <type>NUMBER</type> | ||
| 674 | + <selection>1</selection> | ||
| 671 | </input> | 675 | </input> |
| 672 | <input> | 676 | <input> |
| 673 | <name>Categories</name> | 677 | <name>Categories</name> |
| 674 | <description>CategoriesDescription</description> | 678 | <description>CategoriesDescription</description> |
| 679 | + <type>TEXT</type> | ||
| 675 | <selection>?</selection> | 680 | <selection>?</selection> |
| 676 | </input> | 681 | </input> |
| 677 | <layouts> | 682 | <layouts> |
| 678 | <input> | 683 | <input> |
| 679 | <name>x-axis-label</name> | 684 | <name>x-axis-label</name> |
| 680 | <description>XAxisLabelDescription</description> | 685 | <description>XAxisLabelDescription</description> |
| 681 | - <type>text</type> | 686 | + <type>TEXT</type> |
| 687 | + <selection>1</selection> | ||
| 682 | </input> | 688 | </input> |
| 683 | <input> | 689 | <input> |
| 684 | <name>y-axis-label</name> | 690 | <name>y-axis-label</name> |
| 685 | <description>YAxisLabelDescription</description> | 691 | <description>YAxisLabelDescription</description> |
| 686 | - <type>text</type> | 692 | + <type>TEXT</type> |
| 693 | + <selection>1</selection> | ||
| 687 | </input> | 694 | </input> |
| 688 | </layouts> | 695 | </layouts> |
| 689 | </inputs> | 696 | </inputs> |
| @@ -699,18 +706,25 @@ | @@ -699,18 +706,25 @@ | ||
| 699 | <input> | 706 | <input> |
| 700 | <name>NumericVariable1</name> | 707 | <name>NumericVariable1</name> |
| 701 | <description>NumericVariable1Description</description> | 708 | <description>NumericVariable1Description</description> |
| 709 | + <type>NUMBER</type> | ||
| 710 | + <selection>1</selection> | ||
| 702 | </input> | 711 | </input> |
| 703 | <input> | 712 | <input> |
| 704 | <name>NumericVariable2</name> | 713 | <name>NumericVariable2</name> |
| 705 | <description>NumericVariable2Description</description> | 714 | <description>NumericVariable2Description</description> |
| 715 | + <type>NUMBER</type> | ||
| 716 | + <selection>1</selection> | ||
| 706 | </input> | 717 | </input> |
| 707 | <input> | 718 | <input> |
| 708 | <name>NumericVariable3</name> | 719 | <name>NumericVariable3</name> |
| 709 | <description>NumericVariable3Description</description> | 720 | <description>NumericVariable3Description</description> |
| 721 | + <type>NUMBER</type> | ||
| 722 | + <selection>1</selection> | ||
| 710 | </input> | 723 | </input> |
| 711 | <input> | 724 | <input> |
| 712 | <name>NumericVariable4</name> | 725 | <name>NumericVariable4</name> |
| 713 | <description>NumericVariable4Description</description> | 726 | <description>NumericVariable4Description</description> |
| 727 | + <type>NUMBER</type> | ||
| 714 | <selection>?</selection> | 728 | <selection>?</selection> |
| 715 | </input> | 729 | </input> |
| 716 | 730 |