Dominik Prokop 7 年 前
コミット
44a7bd68be
1 ファイル変更1 行追加0 行削除
  1. 1 0
      packages/grafana-ui/src/components/Gauge/Gauge.tsx

+ 1 - 0
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';