You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .rv-treemap {
- font-size: 12px;
- position: relative;
- }
-
- .rv-treemap__leaf {
- overflow: hidden;
- position: absolute;
- }
-
- .rv-treemap__leaf--circle {
- align-items: center;
- border-radius: 100%;
- display: flex;
- justify-content: center;
- }
-
- .rv-treemap__leaf__content {
- overflow: hidden;
- padding: 10px;
- text-overflow: ellipsis;
- }
|