mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00:00
Only display items in queryOverTimeChart tooltips with at least 1 query
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -658,7 +658,7 @@ $(() => {
|
||||
return "Queries from " + from + " to " + to;
|
||||
},
|
||||
label(tooltipLabel) {
|
||||
return labelWithPercentage(tooltipLabel);
|
||||
return labelWithPercentage(tooltipLabel, true);
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user