.line-chart {
  width: 100%;
  height: 160px;
  font-size: 12px;
  color: red;
}

.line-chart .axis-line {
  stroke:rgba(0,0,0,0.2);
  stroke-width:1;
}
