a425ba00
pina
update areachart ...
|
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>areachart-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>Series</name>
<description>The chart series. Its values will be put in the vertical axis.</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>
</layouts>
</inputs>
</idm>
</component>
|