Commit 85f2fa129a7545de0d516f05cdecb5dfd7c7f659

Authored by mwasiluk
1 parent 4ab08bdf

scatterplot-matrix-datalet

Showing 1 changed file with 31 additions and 0 deletions
datalets.xml
... ... @@ -576,6 +576,37 @@
576 576 </idm>
577 577 </component>
578 578  
  579 + <!--d3 scatter matrix-->
  580 + <component>
  581 + <name>scatterplot-matrix-datalet</name>
  582 + <type>scatter-matrix</type>
  583 + <idm>
  584 + <inputs>
  585 + <input>
  586 + <name>NumericVariable1</name>
  587 + <description>NumericVariable1Description</description>
  588 + </input>
  589 + <input>
  590 + <name>NumericVariable2</name>
  591 + <description>NumericVariable2Description</description>
  592 + </input>
  593 + <input>
  594 + <name>NumericVariable3</name>
  595 + <description>NumericVariable3Description</description>
  596 + </input>
  597 + <input>
  598 + <name>NumericVariable4</name>
  599 + <description>NumericVariable4Description</description>
  600 + <selection>?</selection>
  601 + </input>
  602 +
  603 + <layouts>
  604 +
  605 + </layouts>
  606 + </inputs>
  607 + </idm>
  608 + </component>
  609 +
579 610  
580 611 <!--bubble-->
581 612 <component>
... ...