Add tooltips to metrics showing the exact value of the data point

This commit is contained in:
Eelco Dolstra
2016-03-25 14:32:36 +01:00
parent 3e2911803d
commit 32adc53070
3 changed files with 28 additions and 0 deletions

View File

@ -129,3 +129,13 @@ pre.taillog {
max-height: 60em;
overflow: hidden;
}
div.flot-tooltip {
display: none;
position: absolute;
border: 1px solid #fdd;
padding: 2px;
background-color: #fee;
opacity: 0.80;
z-index: 100;
}