From 9c99058f30218094c375d672d784321c1ddfe2ce Mon Sep 17 00:00:00 2001 From: Daniel Barbero Martin Date: Wed, 25 Nov 2020 17:29:09 +0100 Subject: [PATCH] fix custom graph --- pandora_console/include/graphs/flot/pandora.flot.js | 7 ++++++- pandora_console/include/styles/pandora.css | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index a35b5dd71b..b2d9ee8824 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -493,7 +493,12 @@ $.fn.HUseTooltip = function() { // var y = item.datapoint[1]; var color = item.series.color; - showTooltip(pos.pageX, pos.pageY, color, "" + x + ""); + showTooltip( + item.pageX, + item.pageY, + color, + "" + x + "" + ); } } else { $("#tooltip").remove(); diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 24ea783b34..97deca4493 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -5766,6 +5766,10 @@ div#status_pie { border: none; } +#tooltip { + z-index: 10000; +} + /* * --------------------------------------------------------------------- * - SERVICES TABLE VIEW