/* write style here */
.ywcharts-wrapper {
  padding: 6px;
  /* .g2-tooltip {} */
  .g2-tooltip-title {
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.45);
  }
  .g2-tooltip-name {
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.65);
  }
  .g2-tooltip-value {
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.65);
  }
  &.ywchart-tooltip {
    .g2-tooltip-marker {
      width: 10px !important;
      height: 2px !important;
      border-radius: 0% !important;
      margin-right: 6px !important;
      position: relative;
      bottom: 3px;
    }
  }
}
