mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
add tooltips to big number vis (#2599)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user