diff --git a/ui-ngx/src/assets/help/en_US/widget/lib/map/clustering_color_fn.md b/ui-ngx/src/assets/help/en_US/widget/lib/map/clustering_color_fn.md index 33d4df2f18..36c2340970 100644 --- a/ui-ngx/src/assets/help/en_US/widget/lib/map/clustering_color_fn.md +++ b/ui-ngx/src/assets/help/en_US/widget/lib/map/clustering_color_fn.md @@ -30,7 +30,8 @@ In case no data is returned, default colors will be used depending on number of
temperature key is included in the additional data keys configuration.
 Type and temperature keys are included in the additional data keys configuration:
 
 ```javascript
 var type = data.Type;
diff --git a/ui-ngx/src/assets/help/en_US/widget/lib/map/label_fn_examples.md b/ui-ngx/src/assets/help/en_US/widget/lib/map/label_fn_examples.md
index 2e2ecfabec..7208179645 100644
--- a/ui-ngx/src/assets/help/en_US/widget/lib/map/label_fn_examples.md
+++ b/ui-ngx/src/assets/help/en_US/widget/lib/map/label_fn_examples.md
@@ -1,6 +1,7 @@
 ##### Examples
 
-* Display styled label with corresponding latest telemetry data for `energy meter` or `thermometer` device types:
+* Display styled label with corresponding latest telemetry data for `energy meter` or `thermometer` device types.Type, energy and temperature keys are included in the additional data keys configuration:
 
 ```javascript
 var deviceType = data.Type;
diff --git a/ui-ngx/src/assets/help/en_US/widget/lib/map/marker_image_fn.md b/ui-ngx/src/assets/help/en_US/widget/lib/map/marker_image_fn.md
index ed8b82d4cc..57f8b0eec6 100644
--- a/ui-ngx/src/assets/help/en_US/widget/lib/map/marker_image_fn.md
+++ b/ui-ngx/src/assets/help/en_US/widget/lib/map/marker_image_fn.md
@@ -40,7 +40,8 @@ In case no data is returned, default marker image will be used.
 temperature telemetry value for thermometer device type.Type and temperature keys are included in the additional data keys configuration:
 Type, energy and temperature keys are included in the additional data keys configuration:
 
 ```javascript
 var deviceType = data.Type;