Skip to content

Commit

Permalink
[Lens] Make Lens visualizations (metric and gauge) out of experimental (
Browse files Browse the repository at this point in the history
#192359)

## Summary
Removes Gauge and metric experimental badge.
  • Loading branch information
mbondyra authored Sep 10, 2024
1 parent 0059081 commit 7c5f64a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ export const getGaugeVisualization = ({
label: i18n.translate('xpack.lens.gauge.label', {
defaultMessage: 'Gauge',
}),
showExperimentalBadge: true,
sortPriority: 7,
description: i18n.translate('xpack.lens.gauge.visualizationDescription', {
defaultMessage: 'Show progress to a goal in linear or arced style.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ export const getMetricVisualization = ({
id: LENS_METRIC_ID,
icon: IconChartMetric,
label: metricLabel,
showExperimentalBadge: true,
sortPriority: 4,
description: i18n.translate('xpack.lens.metric.visualizationDescription', {
defaultMessage: 'Present individual key metrics or KPIs.',
Expand Down

0 comments on commit 7c5f64a

Please sign in to comment.