huridocs/uwazi

View on GitHub
app/react/App/scss/vendor/_recharts.scss

Summary

Maintainability
Test Coverage
.recharts-responsive-container,
.recharts-wrapper {
  /*!rtl:ignore*/
  direction: ltr;
}

.recharts-tooltip-cursor {
  fill: #f80 !important;
  opacity: 0.1 !important;
}

.recharts-default-tooltip {
  .recharts-tooltip-item-value {
    white-space: break-spaces !important;
  }
}

.recharts-legend-item {
  cursor: pointer;
}