mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
328b922a58
commit
672693ae4e
@ -209,7 +209,7 @@ export function applyFieldOverrides(options: ApplyFieldOverrideOptions): DataFra
|
||||
// via field.display(value). this can potentially be removed once we...
|
||||
// 1. process data packets incrementally and/if cache the results in the streaming datafame (maybe by buffer index)
|
||||
// 2. have the ability to selectively get display color or text (but not always both, which are each quite expensive)
|
||||
// 3. sufficently optimize text formating and threshold color determinitation
|
||||
// 3. sufficently optimize text formatting and threshold color determinitation
|
||||
function cachingDisplayProcessor(disp: DisplayProcessor, maxCacheSize = 2500): DisplayProcessor {
|
||||
const cache = new Map<any, DisplayValue>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user