From 3f5053a8e91e6b9d197069a0cf126c6c4036065c Mon Sep 17 00:00:00 2001 From: Vitaly Orlov Date: Mon, 14 Oct 2024 14:44:12 +0200 Subject: [PATCH] Add sort field into timeseries tooltip --- panel.go | 1 + 1 file changed, 1 insertion(+) diff --git a/panel.go b/panel.go index 862e901..1149833 100644 --- a/panel.go +++ b/panel.go @@ -347,6 +347,7 @@ type ( } TimeseriesTooltipOptions struct { Mode string `json:"mode"` + Sort string `json:"sort"` } FieldConfigDefaults struct { Unit string `json:"unit"`