Only display items in queryOverTimeChart tooltips with at least 1 query

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-09-10 10:21:08 +02:00
parent 9dc305c2b5
commit 66eb947718

View File

@@ -658,7 +658,7 @@ $(() => {
return "Queries from " + from + " to " + to;
},
label(tooltipLabel) {
return labelWithPercentage(tooltipLabel);
return labelWithPercentage(tooltipLabel, true);
},
},
},