diff --git a/packages/grafana-ui/src/components/Gauge/Gauge.tsx b/packages/grafana-ui/src/components/Gauge/Gauge.tsx index 8d4d8c2169d..90248a9b6b0 100644 --- a/packages/grafana-ui/src/components/Gauge/Gauge.tsx +++ b/packages/grafana-ui/src/components/Gauge/Gauge.tsx @@ -4,6 +4,7 @@ import $ from 'jquery'; import { ValueMapping, Threshold, BasicGaugeColor } from '../../types/panel'; import { TimeSeriesVMs } from '../../types/series'; import { GrafanaTheme } from '../../types'; +import { getMappedValue } from '../../utils/valueMappings'; import { getValueFormat } from '../../utils/valueFormats/valueFormats'; import { getColorFromHexRgbOrName } from '../../utils/namedColorsPalette';