mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix custom graph
This commit is contained in:
parent
8471f170fb
commit
9c99058f30
@ -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();
|
||||
|
@ -5766,6 +5766,10 @@ div#status_pie {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#tooltip {
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
/*
|
||||
* ---------------------------------------------------------------------
|
||||
* - SERVICES TABLE VIEW
|
||||
|
Loading…
x
Reference in New Issue
Block a user