.chart_HexBin .hexagon {
  fill: none;
  stroke: #000;
  stroke-width: .5px;
}

.chart_HexBin .hexagon.selected {
  stroke: red;
}
