Merge branch 'ent-4491-Mostrar-siempre-arriba-el-valor-de-la-barra-de-grafico-en-consola-visual' into 'develop'

fix custom graph

See merge request artica/pandorafms!3655
This commit is contained in:
Daniel Rodriguez 2020-12-23 11:48:03 +01:00
commit bc74565662
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

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