improved block propagation histogram

This commit is contained in:
cubedro
2015-04-24 03:08:12 +03:00
parent 7da2d82199
commit 937f14bc0a
4 changed files with 39 additions and 26 deletions

View File

@@ -302,8 +302,7 @@ table td.peerPropagationChart {
padding: 5px 0;
}
.jqsfield .tooltip-arrow,
.d3-tip .tooltip-arrow {
.jqsfield .tooltip-arrow {
position: absolute;
bottom: 0;
left: 50%;
@@ -312,7 +311,8 @@ table td.peerPropagationChart {
border-top-color: #fff;
}
.datamaps-hoverover .tooltip-arrow {
.datamaps-hoverover .tooltip-arrow,
.d3-tip .tooltip-arrow {
position: absolute;
top: -5px;
left: 0px;
@@ -321,6 +321,11 @@ table td.peerPropagationChart {
border-bottom-color: #fff;
}
.d3-tip .tooltip-arrow {
top: 0px;
left: 50%;
}
.hoverinfo {
position: relative;
width: auto;