Commit 6943d4aa352f0d534b490f0ce18cf148c60339d1
Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS
Showing
2 changed files
with
1 additions
and
37 deletions
datalets/donutpie3dchart-datalet/donutpie3dchart-datalet.html
| ... | ... | @@ -33,7 +33,6 @@ |
| 33 | 33 | <script src="http://code.highcharts.com/highcharts-3d.js"></script> |
| 34 | 34 | |
| 35 | 35 | <!-- |
| 36 | - | |
| 37 | 36 | `donutpie3dchart-datalet` is a donutpie3dchart datalet based on highcharts project <http://www.highcharts.com/> |
| 38 | 37 | |
| 39 | 38 | Example: |
| ... | ... | @@ -136,7 +135,7 @@ Example: |
| 136 | 135 | title: { |
| 137 | 136 | type: String, |
| 138 | 137 | value: "" |
| 139 | - }, | |
| 138 | + } | |
| 140 | 139 | }, |
| 141 | 140 | |
| 142 | 141 | /** | ... | ... |
datalets/donutpie3dchart-datalet/info.xml deleted
| 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> | |
| 36 | 0 | \ No newline at end of file |