mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* update single stat data model * update single stat data model * update single stat data model * show limit default * merge master * change stat selector to single until #15954 * add tooltip * begin children * move options under display * align gauge options * add migration tests * Docs: Updated changelog * SingleStatPanels: show title if manual specified * FieldPropEditor: Max should change max * change stats to calcs in config * remove prefix/suffix * add test * abort field cycle when passed the limit * stub a better test * move title to Field * remove title
19 lines
587 B
TypeScript
19 lines
587 B
TypeScript
export * from './processSeriesData';
|
|
export * from './valueFormats/valueFormats';
|
|
export * from './colors';
|
|
export * from './namedColorsPalette';
|
|
export * from './thresholds';
|
|
export * from './string';
|
|
export * from './csv';
|
|
export * from './fieldReducer';
|
|
export * from './displayValue';
|
|
export * from './fieldDisplay';
|
|
export * from './deprecationWarning';
|
|
export * from './logs';
|
|
export * from './labels';
|
|
export { getMappedValue } from './valueMappings';
|
|
export * from './validate';
|
|
export { getFlotPairs } from './flotPairs';
|
|
export * from './object';
|
|
export * from './fieldCache';
|