Add tooltip explaining you can zoom and pan the graphs

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-11-07 21:45:48 +01:00
parent 27f4a94b48
commit 6eb7440a21
2 changed files with 7 additions and 0 deletions

View File

@@ -832,3 +832,8 @@ $(function () {
window.addEventListener("resize", function () {
$(".chartjs-tooltip").remove();
});
// Tooltips
$(function () {
$('[data-toggle="tooltip"]').tooltip({ html: true, container: "body" });
});