From 40d57754c8864fa632e9515813c2b592c387ab9e Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Thu, 22 Feb 2024 12:47:48 +0200 Subject: [PATCH] [Lens] Move region map to GA (#177549) ## Summary Closes https://github.com/elastic/kibana/issues/175418 This is as simple as removing the Tech Preview badge from the chart switcher. Region maps were already part of our suggestions. image Although region map usage in Lens is quite low, we decided to move it to GA. I have discussed it with @nreese asynchronously. --- .../plugins/maps/public/lens/choropleth_chart/visualization.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/maps/public/lens/choropleth_chart/visualization.tsx b/x-pack/plugins/maps/public/lens/choropleth_chart/visualization.tsx index 81536846faf2c2..6b4fef07867f25 100644 --- a/x-pack/plugins/maps/public/lens/choropleth_chart/visualization.tsx +++ b/x-pack/plugins/maps/public/lens/choropleth_chart/visualization.tsx @@ -44,7 +44,7 @@ export const getVisualization = ({ defaultMessage: 'Map', }), sortPriority: 1, - showExperimentalBadge: true, + showExperimentalBadge: false, }, ],