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

Need this to be available for plugins
This commit is contained in:
Peter Holmberg 2019-02-26 09:49:39 -08:00 committed by GitHub
commit 4521a3d419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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