Browse Source

Merge pull request #15668 from grafana/export-value-mapping-utils

Need this to be available for plugins
Peter Holmberg 6 years ago
parent
commit
4521a3d419
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/grafana-ui/src/utils/index.ts

+ 1 - 0
packages/grafana-ui/src/utils/index.ts

@@ -2,3 +2,4 @@ export * from './processTimeSeries';
 export * from './valueFormats/valueFormats';
 export * from './colors';
 export * from './namedColorsPalette';
+export { getMappedValue } from './valueMappings';