Sha256: 86632f08494132f4966949f4ab11c04a55c6ebbd47a8ea9f8d2d5fd733aa6c40
Contents?: true
Size: 387 Bytes
Versions: 18
Compression:
Stored size: 387 Bytes
Contents
.tooltip { position: absolute; z-index: 1; padding: 5px; background: rgba(0, 0, 0, 0.3); opacity: 1; border-radius: 3px; text-align: center; pointer-events: none; color: white; transition: opacity .1s ease-out; } .tooltip.tooltip-hidden { opacity: 0; } .ct-label.ct-horizontal { white-space: nowrap; } .chart-wrapper { position: relative; height: 200px; }
Version data entries
18 entries across 18 versions & 1 rubygems