From ad873f3eef01059b77d6c4d53a4565c1fd1509e5 Mon Sep 17 00:00:00 2001 From: BBaoVanC <bbaovanc@bbaovanc.com> Date: Sat, 28 Aug 2021 23:00:46 -0500 Subject: [PATCH] Sort tooltip descending on Thumbnail Generation and Resource Handling --- docs/grafana.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/grafana.json b/docs/grafana.json index 39ae9bb2..e4a537ea 100644 --- a/docs/grafana.json +++ b/docs/grafana.json @@ -704,7 +704,7 @@ "title": "Thumbnail Generation", "tooltip": { "shared": true, - "sort": 0, + "sort": 2, "value_type": "individual" }, "type": "graph", @@ -801,7 +801,7 @@ "title": "Resource Handling", "tooltip": { "shared": true, - "sort": 0, + "sort": 2, "value_type": "individual" }, "type": "graph", @@ -879,4 +879,4 @@ "list": [] }, "version": 2 -} \ No newline at end of file +} -- GitLab