mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Add tooltip explaining you can zoom and pan the graphs
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -832,3 +832,8 @@ $(function () {
|
||||
window.addEventListener("resize", function () {
|
||||
$(".chartjs-tooltip").remove();
|
||||
});
|
||||
|
||||
// Tooltips
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip({ html: true, container: "body" });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user