From 47d09068c5ddb42d023f59599ea6b37f35657993 Mon Sep 17 00:00:00 2001 From: streamich Date: Wed, 5 Feb 2020 13:54:03 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20correctly=20set=20name=20?= =?UTF-8?q?on=20metric=5Fvis=5Ffn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/legacy/core_plugins/vis_type_metric/public/metric_vis_fn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/legacy/core_plugins/vis_type_metric/public/metric_vis_fn.ts b/src/legacy/core_plugins/vis_type_metric/public/metric_vis_fn.ts index e27eab3bcee24..03b412c6fff15 100644 --- a/src/legacy/core_plugins/vis_type_metric/public/metric_vis_fn.ts +++ b/src/legacy/core_plugins/vis_type_metric/public/metric_vis_fn.ts @@ -60,7 +60,7 @@ export const createMetricVisFn = (): ExpressionFunctionDefinition< Arguments, Render > => ({ - name, + name: 'metricVis', type: 'render', inputTypes: ['kibana_datatable'], help: i18n.translate('visTypeMetric.function.help', {