diff --git a/DEEP.php b/DEEP.php index 2b890e0..590fcb7 100755 --- a/DEEP.php +++ b/DEEP.php @@ -109,6 +109,7 @@ class DEEP { $this->app->get('/'.$component->name, function() use($component, $repository_url){ $response = array( "name" => $component->name."", + "type" => $component->type."", "bridge_link" => $repository_url."", "component_link" => $component->name."/".$component->name.".html", "idm" => $component->idm diff --git a/datalets.xml b/datalets.xml index d35250b..6029cc4 100755 --- a/datalets.xml +++ b/datalets.xml @@ -1,63 +1,35 @@ - -]> + - - - - - datatable-datalet - - - data-url - - - fields - - - - - - Cell - The table cell - nominal - domain - * - - - - - - - + + datatable-datalet + + + + Cell + The table cell.. + * + + + + + + + barchart-datalet - - - data-url - - - fields - - + base Categories The chart categories. Its values will be put in the horizontal axis. You need one value for each series. - nominal - domain - 11 Series The chart series. Its values will be put in the vertical axis. - nominal - domain - 11 @@ -78,29 +50,16 @@ columnchart-datalet - - - data-url - - - fields - - + base Categories The chart categories. Its values will be put in the horizontal axis. You need one value for each series. - nominal - domain - 11 Series The chart series. Its values will be put in the vertical axis. - nominal - domain - 11 @@ -121,29 +80,16 @@ linechart-datalet - - - data-url - - - fields - - + base Categories The chart categories. Its values will be put in the horizontal axis. You need one value for each series. - nominal - domain - 11 Series The chart series. Its values will be put in the vertical axis. - nominal - domain - 11 @@ -164,29 +110,18 @@ column3Dchart-datalet - - - data-url - - - fields - - + base Categories - The chart categories. Its values will be put in the horizontal axis. You need one value for each series. - nominal - domain - 11 + The chart categories. Its values will be put in the horizontal axis. You need one + value for each series. + Series The chart series. Its values will be put in the vertical axis. - nominal - domain - 11 @@ -207,29 +142,16 @@ areachart-datalet - - - data-url - - - fields - - + base Categories The chart categories. Its values will be put in the horizontal axis. You need one value for each series. - nominal - domain - 11 Series The chart series. Its values will be put in the vertical axis. - nominal - domain - 11 @@ -250,43 +172,23 @@ bubble3d-datalet - - - data-url - - - fields - - Categories The chart categories. Its values will be put in the horizontal axis. You need one value for each series. - nominal - domain - 11 Y values The chart plots y values. Its values will be put in the vertical axis. - nominal - domain - 11 Z values The chart plots z value. Its values represent the size of the bubble. - nominal - domain - 11 Series The chart series. Its values visualize multi- series bubbles chart. - nominal - domain - 11 @@ -311,29 +213,16 @@ donutpie3dchart-datalet - - - data-url - - - fields - - + pie Series - The chart series. Its values will be put on slice of each series. - nominal - domain - 11 + The chart series. Its values will be put on slice of each series. Size The size for each series to create a concentric rings - nominal - domain - 11 @@ -342,29 +231,16 @@ piechart-datalet - - - data-url - - - fields - - + pie Series - The chart series. Its values will be put on slice of each series. - nominal - domain - 11 + The chart series. Its values will be put on slice of each series. - Size + Size The size for each series to create a concentric rings - nominal - domain - 11 @@ -373,21 +249,11 @@ treemap-datalet - - - data-url - - - fields - - Level It is the level field that the datalet will use to group the values at corrisponding field number level. - nominal - domain * @@ -395,38 +261,21 @@ - - leafletjs-datalet - - - data-url - - - fields - - + + leafletjs-datalet Latitude It is latitude of the points you want to show in the map. - nominal - domain - 11 Longitude It is longitude of the points you want to show in the map. - nominal - domain - 11 Balloon content It is the text associated to the marker or the link to the image related to the camera associated to each points. - nominal - domain - 11 diff --git a/datalets/datalets.dtd b/datalets/datalets.dtd index 7c08687..1193f85 100644 --- a/datalets/datalets.dtd +++ b/datalets/datalets.dtd @@ -1,8 +1,9 @@ - - - + + + +