Chore: Rename the sorting option in explore metrics (#96160)

rename the option
This commit is contained in:
ismail simsek 2024-11-12 17:15:32 +01:00 committed by GitHub
parent eaa6ba81cf
commit 7b3364cbc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
},
{