add tooltips to big number vis (#2599)

This commit is contained in:
Alanna Scott
2017-04-12 13:24:07 -07:00
committed by GitHub
parent 0479118efc
commit 09f407f553
2 changed files with 50 additions and 1 deletions

View File

@@ -28,3 +28,12 @@
stroke: black;
stroke-width: 1;
}
.line-tooltip {
position: absolute;
text-align: left;
padding: 10px;
background: #ffffff;
border: 1px solid #ccc;
border-radius: 2px;
pointer-events: none;
}