From a0d67a9349658a8fac06462769b275a5517945c4 Mon Sep 17 00:00:00 2001 From: Christoph Kutzinski Date: Thu, 25 Sep 2025 17:47:13 +0200 Subject: [PATCH] Change tooltip mode from 'multi' to 'single' if you have a lot of series in the widgets, then the multi-label tooltip mode can be very overloaded. Better switch it to single, so you only get the label for the line over which you're hovering --- postgres_mixin/dashboards/postgresql-overview.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/postgres_mixin/dashboards/postgresql-overview.json b/postgres_mixin/dashboards/postgresql-overview.json index 8baf6fbb3..d593aca37 100644 --- a/postgres_mixin/dashboards/postgresql-overview.json +++ b/postgres_mixin/dashboards/postgresql-overview.json @@ -246,7 +246,7 @@ "showLegend": true }, "tooltip": { - "mode": "multi", + "mode": "single", "sort": "none" } }, @@ -619,7 +619,7 @@ "showLegend": false }, "tooltip": { - "mode": "multi", + "mode": "single", "sort": "none" } }, @@ -995,7 +995,7 @@ "showLegend": true }, "tooltip": { - "mode": "multi", + "mode": "single", "sort": "none" } }, @@ -1193,7 +1193,7 @@ "showLegend": true }, "tooltip": { - "mode": "multi", + "mode": "single", "sort": "none" } }, @@ -1459,4 +1459,4 @@ "uid": "wGgaPlciz", "version": 39, "weekStart": "" -} \ No newline at end of file +}