Skip to content

Commit

Permalink
[Lens] Move tagcloud visualization in Lens out of experimental status (
Browse files Browse the repository at this point in the history
…#168824)

## Summary

Moves Lens tagcloud visualization out of experimental status and
releases it for GA.

Fixes #168675

Co-authored-by: Stratoula Kalafateli <[email protected]>
  • Loading branch information
mbondyra and stratoula authored Oct 16, 2023
1 parent 3488c83 commit a0e2bca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ export function getSuggestions({
return {
previewIcon: IconChartTagcloud,
title: TAGCLOUD_LABEL,
hide: true, // hide suggestions while in tech preview
score: 0.1,
score: bucket.operation.dataType === 'string' ? 0.4 : 0.2,
state: {
layerId: table.layerId,
tagAccessor: bucket.columnId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export const getTagcloudVisualization = ({
groupLabel: i18n.translate('xpack.lens.pie.groupLabel', {
defaultMessage: 'Proportion',
}),
showExperimentalBadge: true,
},
],

Expand Down

0 comments on commit a0e2bca

Please sign in to comment.