mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Rename the sorting option in explore metrics (#96160)
rename the option
This commit is contained in:
parent
eaa6ba81cf
commit
7b3364cbc9
@ -31,7 +31,7 @@ export class SortByScene extends SceneObjectBase<SortBySceneState> {
|
||||
options: [
|
||||
{
|
||||
value: 'outliers',
|
||||
label: 'Outlying Values',
|
||||
label: 'Outlying series',
|
||||
description: 'Prioritizes values that show distinct behavior from others within the same label',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user