Need this to be available for plugins

This commit is contained in:
Peter Holmberg 2019-02-26 09:22:21 -08:00
parent c04395ce3a
commit 1bffde57e3

View File

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