Commit 4521a3d4 by Peter Holmberg Committed by GitHub

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

Need this to be available for plugins
parents c04395ce 1bffde57
...@@ -2,3 +2,4 @@ export * from './processTimeSeries'; ...@@ -2,3 +2,4 @@ export * from './processTimeSeries';
export * from './valueFormats/valueFormats'; export * from './valueFormats/valueFormats';
export * from './colors'; export * from './colors';
export * from './namedColorsPalette'; export * from './namedColorsPalette';
export { getMappedValue } from './valueMappings';
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