pull/15099/head
Dominik Prokop 6 years ago
parent 7a8eb8c115
commit 44a7bd68be
  1. 1
      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';

Loading…
Cancel
Save