Commit 352709a9105470c15672532a35548fcf4bc33a41

Authored by mwasiluk
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 664 <input>
665 665 <name>NumericXAxis</name>
666 666 <description>XAxisDescription</description>
  667 + <type>NUMBER</type>
  668 + <selection>1</selection>
667 669 </input>
668 670 <input>
669 671 <name>NumericYAxis</name>
670 672 <description>YAxisDescription</description>
  673 + <type>NUMBER</type>
  674 + <selection>1</selection>
671 675 </input>
672 676 <input>
673 677 <name>Categories</name>
674 678 <description>CategoriesDescription</description>
  679 + <type>TEXT</type>
675 680 <selection>?</selection>
676 681 </input>
677 682 <layouts>
678 683 <input>
679 684 <name>x-axis-label</name>
680 685 <description>XAxisLabelDescription</description>
681   - <type>text</type>
  686 + <type>TEXT</type>
  687 + <selection>1</selection>
682 688 </input>
683 689 <input>
684 690 <name>y-axis-label</name>
685 691 <description>YAxisLabelDescription</description>
686   - <type>text</type>
  692 + <type>TEXT</type>
  693 + <selection>1</selection>
687 694 </input>
688 695 </layouts>
689 696 </inputs>
... ... @@ -699,18 +706,25 @@
699 706 <input>
700 707 <name>NumericVariable1</name>
701 708 <description>NumericVariable1Description</description>
  709 + <type>NUMBER</type>
  710 + <selection>1</selection>
702 711 </input>
703 712 <input>
704 713 <name>NumericVariable2</name>
705 714 <description>NumericVariable2Description</description>
  715 + <type>NUMBER</type>
  716 + <selection>1</selection>
706 717 </input>
707 718 <input>
708 719 <name>NumericVariable3</name>
709 720 <description>NumericVariable3Description</description>
  721 + <type>NUMBER</type>
  722 + <selection>1</selection>
710 723 </input>
711 724 <input>
712 725 <name>NumericVariable4</name>
713 726 <description>NumericVariable4Description</description>
  727 + <type>NUMBER</type>
714 728 <selection>?</selection>
715 729 </input>
716 730  
... ...