$lui-charts-bar-stroke-color: $green-600;

.chart rect {
  fill: $lui-charts-bar-stroke-color;
}

.chart text {
  fill: $black;
  font: 10px sans-serif;
  text-anchor: end;
}

.axis text {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}
