diff --git a/src/core_plugins/kbn_vislib_vis_types/public/controls/heatmap_options.html b/src/core_plugins/kbn_vislib_vis_types/public/controls/heatmap_options.html index a427f32cdff7d..7773850141bdf 100644 --- a/src/core_plugins/kbn_vislib_vis_types/public/controls/heatmap_options.html +++ b/src/core_plugins/kbn_vislib_vis_types/public/controls/heatmap_options.html @@ -1,8 +1,11 @@
- +
- +
- +
- +
- - Custom Ranges - +
- + - + @@ -163,21 +191,29 @@
-

- - Required: You must specify at least one range. -

+

+ i18n-id="kbnVislibVisTypes.controls.heatmapOptions.addRangeButtonLabel" + i18n-default-message="Add Range" + >
-
Note: colors can be changed in the legend
+
@@ -198,9 +234,11 @@ }" class="kuiIcon fa-caret-right kuiSideBarCollapsibleTitle__caret" > - - Show Labels - +
- +
- +
- +
{ $scope.customColors = true; }); + + $scope.requiredText = i18n('kbnVislibVisTypes.controls.heatmapOptions.requiredText', { + defaultMessage: 'Required:' + }); } }; }); diff --git a/src/core_plugins/kbn_vislib_vis_types/public/editors/heatmap.html b/src/core_plugins/kbn_vislib_vis_types/public/editors/heatmap.html index f0c42c1a92f2c..9cce236e748fd 100644 --- a/src/core_plugins/kbn_vislib_vis_types/public/editors/heatmap.html +++ b/src/core_plugins/kbn_vislib_vis_types/public/editors/heatmap.html @@ -1,32 +1,43 @@
-
- Basic Settings -
+
- +
- +
- +