fix custom graph

This commit is contained in:
Daniel Barbero Martin 2020-11-25 17:29:09 +01:00
parent 8471f170fb
commit 9c99058f30
2 changed files with 10 additions and 1 deletions

View File

@ -493,7 +493,12 @@ $.fn.HUseTooltip = function() {
// var y = item.datapoint[1];
var color = item.series.color;
showTooltip(pos.pageX, pos.pageY, color, "<strong>" + x + "</strong>");
showTooltip(
item.pageX,
item.pageY,
color,
"<strong>" + x + "</strong>"
);
}
} else {
$("#tooltip").remove();

View File

@ -5766,6 +5766,10 @@ div#status_pie {
border: none;
}
#tooltip {
z-index: 10000;
}
/*
* ---------------------------------------------------------------------
* - SERVICES TABLE VIEW