Blame view

datalets/bubble3d-datalet/bubble3d-datalet.xml 2.43 KB
3fe24d39   pina   a new datalet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
  <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>