.analysis-range-filter-histogram {
  height: 32px;
  margin-left: 10px;
  width: 120px;
  display: flex;
  cursor: pointer;

  :global {
    .column-item {
      height: 100%;
      display: flex;
      align-items: flex-end;
      border: 1px solid #ededed;
      box-sizing: border-box;
      flex: 1;

      &:hover .column-inside {
        background-color: #1890ff;
      }
    }

    .column-inside {
      background-color: #ededed;
      width: 100%;
      border-top: 1px solid #ededed;
      box-sizing: border-box;
    }
  }
}
