bubble3d-datalet.xml 2.43 KB
<component>
    <name>bubble3d-datalet</name>
    <attributes>
        <attribute>
            <name>data-url</name>
        </attribute>
        <attribute>
            <name>fields</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>Y values</name>
                <description>The chart plots y values. Its values will be put in the vertical axis.</description>
                <scale>nominal</scale>
                <role>domain</role>
                <selection>11</selection>
            </input>
            <input>
                <name>Z values</name>
                <description>The chart plots z value. Its values represent the size of the bubble.</description>
                <scale>nominal</scale>
                <role>domain</role>
                <selection>11</selection>
            </input>
            <input>
                <name>Series</name>
                <description>The chart series. Its values visualize multi- series bubbles chart.</description>
                <scale>nominal</scale>
                <role>domain</role>
                <selection>11</selection>
            </input>
            <layouts>
                <input>
                    <name>title</name>
                    <description>The label for the title of the chart</description>
                </input>
                <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>