googlePiechart.xml
1.68 KB
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
<component>
<name>google_piechart-datalet</name>
<attributes>
<attribute>
<name>data-url</name>
</attribute>
<attribute>
<name>fields</name>
</attribute>
</attributes>
<idm>
<inputs>
<input>
<name>Labels</name>
<description>googlePiechartDescription</description>
<scale>nominal</scale>
<role>domain</role>
<selection>11</selection>
</input>
<input>
<name>Values</name>
<description>The sizes of slices.</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>
<type>String</type>
</input>
<input>
<name>pieHole</name>
<description>You can create donut charts with this option; it is the size of the hole and it has a range between 0 and 1.</description>
<type>Number</type>
<validator>[0,1]</validator>
</input>
<input>
<name>is3D</name>
<description>You can create 3D charts with this option; if "true" pieHole will be ignored.</description>
<type>Boolean</type>
</input>
</layouts>
</inputs>
</idm>
</component>