datalets.xml 9.36 KB
<?xml version="1.0" encoding="utf-8"?>
<handler_configuration>
    <deep_handler_configuration>
        <components_repository_url_reference>http://192.168.214.128/DEEalerProvider/COMPONENTS/datalets/</components_repository_url_reference>
    </deep_handler_configuration>
    <components>
       <component>
           <name>datatable-datalet</name>
           <attributes>
               <attribute>
                   <name>data-url</name>
               </attribute>
               <attribute>
                   <name>query</name>
               </attribute>
           </attributes>
           <idm>
               <inputs>
                   <input>
                       <name>Cell</name>
                       <description>The table cell</description>
                       <scale>nominal</scale>
                       <role>domain</role>
                       <selection>*</selection>
                   </input>
                   <layouts>
                       <input>
                           <name>x-axis-label</name>
                       </input>
                   </layouts>
               </inputs>
           </idm>
       </component>
       <component>
            <name>barchart-datalet</name>
            <attributes>
                <attribute>
                    <name>data-url</name>
                </attribute>
                <attribute>
                    <name>query</name>
                </attribute>
            </attributes>
            <idm>
                <inputs>
                    <input>
                        <name>Categories</name>
                        <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>columnchart-datalet</name>
            <attributes>
                <attribute>
                    <name>data-url</name>
                </attribute>
                <attribute>
                    <name>query</name>
                </attribute>
            </attributes>
            <idm>
                <inputs>
                    <input>
                        <name>Categories</name>
                        <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>linechart-datalet</name>
            <attributes>
                <attribute>
                    <name>data-url</name>
                </attribute>
                <attribute>
                    <name>query</name>
                </attribute>
            </attributes>
            <idm>
                <inputs>
                    <input>
                        <name>Categories</name>
                        <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>treemap-datalet</name>
            <attributes>
                <attribute>
                    <name>data-url</name>
                </attribute>
                <attribute>
                    <name>query</name>
                </attribute>
            </attributes>
            <idm>
                <inputs>
                    <input>
                        <name>Level</name>
                        <description>It is the level field that the datalet will use to group the values at corrisponding field number level.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>*</selection>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
	    <component>
           <name>leafletjs-datalet</name>
           <attributes>
               <attribute>
                   <name>data-url</name>
               </attribute>
               <attribute>
                   <name>query</name>
               </attribute>
           </attributes>
            <idm>
                <inputs>
                    <input>
                        <name>Latitude</name>
                        <description>It is latitude of the points you want to show in the map.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <input>
                        <name>Longitude</name>
                        <description>It is longitude of the points you want to show in the map.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <input>
                        <name>Balloon content</name>
                        <description>It is the text associated to the marker or the link to the image related to the camera associated to each points.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>column3Dchart-datalet</name>
            <attributes>
                <attribute>
                    <name>data-url</name>
                </attribute>
                <attribute>
                    <name>query</name>
                </attribute>
            </attributes>
            <idm>
                <inputs>
                    <input>
                        <name>Categories</name>
                        <description>The chart categories. Its values will be put in the horizontal axis. You need one value for each series.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                        <scale>nominal</scale>
                        <role>domain</role>
                        <selection>11</selection>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
    </components>    
</handler_configuration>