Commit da107995d6659eda3d24701abc8542f42fcc4186
1 parent
83662c3e
a new file xml for datalet
Showing
1 changed file
with
35 additions
and
0 deletions
datalets/donutpie3dchart-datalet/donutpie3dchart-datalet.xml
0 → 100644
| 1 | +<component> | |
| 2 | +<name>donutpie3dchart-datalet</name> | |
| 3 | +<attributes> | |
| 4 | +<attribute> | |
| 5 | + <name>data-url</name> | |
| 6 | +</attribute> | |
| 7 | +<attribute> | |
| 8 | + <name>fields</name> | |
| 9 | +</attribute> | |
| 10 | +</attributes> | |
| 11 | +<idm> | |
| 12 | +<inputs> | |
| 13 | + <input> | |
| 14 | + <name>Series</name> | |
| 15 | + <description>The chart series. Its values will be put on slice of each series.</description> | |
| 16 | + <scale>nominal</scale> | |
| 17 | + <role>domain</role> | |
| 18 | + <selection>11</selection> | |
| 19 | + </input> | |
| 20 | + <input> | |
| 21 | + <name>Size </name> | |
| 22 | + <description>The size for each series to create a concentric rings</description> | |
| 23 | + <scale>nominal</scale> | |
| 24 | + <role>domain</role> | |
| 25 | + <selection>11</selection> | |
| 26 | + </input> | |
| 27 | + <layouts> | |
| 28 | + <input> | |
| 29 | + <name>title</name> | |
| 30 | + <description>The label for the title of the chart</description> | |
| 31 | + </input> | |
| 32 | + </layouts> | |
| 33 | +</inputs> | |
| 34 | +</idm> | |
| 35 | +</component> | |
| 0 | 36 | \ No newline at end of file | ... | ... |