瀏覽代碼

Import fix

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';