.hatch-tree-map-chart {
  position: relative;
  &.outline {
    filter: $blur-filter;
  }
  .tree-map-chart {
    &__leaf_content {
      stroke: none;
      fill: $ui-5-color;
      text-anchor: middle;
    }
  }
}
