crane-cloud/frontend

View on GitHub
src/components/LineChart/LineChart.css

Summary

Maintainability
Test Coverage
.LineChartContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ChartLabel {
  font-weight: 500;
  text-anchor: middle;
}

.GraphSection {
  display: flex;
  font-family: monaco;
  font-size: 13px;
}

.NoGraphData {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}