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.
 
 
 
 

23 lines
339 B

  1. .rv-treemap {
  2. font-size: 12px;
  3. position: relative;
  4. }
  5. .rv-treemap__leaf {
  6. overflow: hidden;
  7. position: absolute;
  8. }
  9. .rv-treemap__leaf--circle {
  10. align-items: center;
  11. border-radius: 100%;
  12. display: flex;
  13. justify-content: center;
  14. }
  15. .rv-treemap__leaf__content {
  16. overflow: hidden;
  17. padding: 10px;
  18. text-overflow: ellipsis;
  19. }