Commit 205a5baa by Peter Holmberg

Sorting imports

parent c0ab8779
import { ValueMapping, Threshold } from '../types';
// Libraries
import _ from 'lodash';
import moment from 'moment';
// Utils
import { getValueFormat, DecimalCount } from './valueFormats/valueFormats';
import { getMappedValue } from './valueMappings';
import { GrafanaTheme, GrafanaThemeType } from '../types';
import { getColorFromHexRgbOrName } from './namedColorsPalette';
import moment from 'moment';
// Types
import { GrafanaTheme, GrafanaThemeType, ValueMapping, Threshold } from '../types';
export interface DisplayValue {
text: string; // Show in the UI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment