.bar, .subbar {
  shape-rendering: crispEdges;
}
.subbar {
  stroke: white;
  stroke-width: 3px;
}
.datapoint.focus {
  fill: black;
}