datalets.xml 12.3 KB
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE handler_configuration SYSTEM "datalets/datalets.dtd">

<handler_configuration>
    <components>
        <component>
            <name>datatable-datalet</name>
            <idm>
                <inputs>
                    <input>
                        <name>Cell</name>
                        <description>The table cell..</description>
                        <selection>*</selection>
                    </input>
                    <layouts>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>barchart-datalet</name>
            <type>base</type>
            <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>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                            <description>The label for the X axis</description>
                        </input>
                        <input>
                            <name>y-axis-label</name>
                            <description>The label for the Y axis</description>
                        </input>
                        <input>
                            <name>suffix</name>
                            <description>The values suffix(eg units, dollars, euro, ...)</description>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>columnchart-datalet</name>
            <type>base</type>
            <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>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                            <description>The label for the X axis</description>
                        </input>
                        <input>
                            <name>y-axis-label</name>
                            <description>The label for the Y axis</description>
                        </input>
                        <input>
                            <name>suffix</name>
                            <description>The values suffix(eg units, dollars, euro, ...)</description>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>linechart-datalet</name>
            <type>base</type>
            <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>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                            <description>The label for the X axis</description>
                        </input>
                        <input>
                            <name>y-axis-label</name>
                            <description>The label for the Y axis</description>
                        </input>
                        <input>
                            <name>suffix</name>
                            <description>The values suffix(eg units, dollars, euro, ...)</description>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>column3Dchart-datalet</name>
            <type>base</type>
            <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>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                            <description>The label for the X axis</description>
                        </input>
                        <input>
                            <name>y-axis-label</name>
                            <description>The label for the Y axis</description>
                        </input>
                        <input>
                            <name>suffix</name>
                            <description>The values suffix(eg units, dollars, euro, ...)</description>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>areachart-datalet</name>
            <type>base</type>
            <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>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put in the vertical axis.</description>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                            <description>The label for the X axis</description>
                        </input>
                        <input>
                            <name>y-axis-label</name>
                            <description>The label for the Y axis</description>
                        </input>
                        <input>
                            <name>suffix</name>
                            <description>The values suffix(eg units, dollars, euro, ...)</description>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>bubble3d-datalet</name>
            <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>
                    </input>
                    <input>
                        <name>Y values</name>
                        <description>The chart plots y values. Its values will be put in the vertical axis.</description>
                    </input>
                    <input>
                        <name>Z values</name>
                        <description>The chart plots z value. Its values represent the size of the bubble.</description>
                    </input>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values visualize multi- series bubbles chart.</description>
                    </input>
                    <layouts>
                        <input>
                            <name>x-axis-label</name>
                            <description>The label for the X axis</description>
                        </input>
                        <input>
                            <name>y-axis-label</name>
                            <description>The label for the Y axis</description>
                        </input>
                        <input>
                            <name>suffix</name>
                            <description>The values suffix(eg units, dollars, euro, ...)</description>
                        </input>
                        <input>
                            <name>comment</name>
                            <description>The values suffix(eg units, dollars, euro, ...)</description>
                        </input>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>donutpie3dchart-datalet</name>
            <type>pie</type>
            <idm>
                <inputs>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put on slice of each series.</description>
                    </input>
                    <input>
                        <name>Size</name>
                        <description>The size for each series to create a concentric rings</description>
                    </input>
                    <layouts>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>piechart-datalet</name>
            <type>pie</type>
            <idm>
                <inputs>
                    <input>
                        <name>Series</name>
                        <description>The chart series. Its values will be put on slice of each series.</description>
                    </input>
                    <input>
                        <name>Size</name>
                        <description>The size for each series to create a concentric rings</description>
                    </input>
                    <layouts>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>treemap-datalet</name>
            <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>
                        <selection>*</selection>
                    </input>
                    <layouts>
                    </layouts>
                </inputs>
            </idm>
        </component>
        <component>
            <name>leafletjs-datalet</name>
            <idm>
                <inputs>
                    <input>
                        <name>Latitude</name>
                        <description>It is latitude of the points you want to show in the map.</description>
                    </input>
                    <input>
                        <name>Longitude</name>
                        <description>It is longitude of the points you want to show in the map.</description>
                    </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>
                    </input>
                    <layouts>
                    </layouts>
                </inputs>
            </idm>
        </component>
    </components>
</handler_configuration>