Skip to content

Commit

Permalink
[Lens] Move region map to GA (#177549)
Browse files Browse the repository at this point in the history
## Summary

Closes #175418

This is as simple as removing the Tech Preview badge from the chart
switcher. Region maps were already part of our suggestions.

<img width="463" alt="image"
src="https://github.com/elastic/kibana/assets/17003240/4fd4d868-bbcb-4803-a020-c1592e3d1c37">

Although region map usage in Lens is quite low, we decided to move it to
GA. I have discussed it with @nreese asynchronously.
  • Loading branch information
stratoula committed Feb 22, 2024
1 parent 2cc1687 commit 40d5775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const getVisualization = ({
defaultMessage: 'Map',
}),
sortPriority: 1,
showExperimentalBadge: true,
showExperimentalBadge: false,
},
],

Expand Down

0 comments on commit 40d5775

Please sign in to comment.