Blame view

datalets/donutpie3dchart-datalet/info.xml 1.09 KB
491a6e1f   pina   update jpg
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
  <component>
      <name>donutpie3dchart-datalet</name>
      <attributes>
          <attribute>
              <name>data-url</name>
          </attribute>
          <attribute>
              <name>fields</name>
          </attribute>
      </attributes>
      <idm>
          <inputs>
              <input>
                  <name>Series</name>
                  <description>The chart series. Its values will be put on slice of  each series.</description>
                  <scale>nominal</scale>
                  <role>domain</role>
                  <selection>11</selection>
              </input>
              <input>
                  <name>Size </name>
                  <description>The size for each series to create a concentric rings</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>
              </layouts>
          </inputs>
      </idm>
  </component>