Skip to content

Commit

Permalink
Add sort field into timeseries tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
orloffv committed Oct 14, 2024
1 parent ab40f12 commit fd208c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ type (
}
TimeseriesTooltipOptions struct {
Mode string `json:"mode"`
Sort string `json:"sort"`
}
FieldConfigDefaults struct {
Unit string `json:"unit"`
Expand Down

0 comments on commit fd208c1

Please sign in to comment.