dots.attr("cx", d => _this.xScale(d))
      .attr("cy", d => _this.yScale(d));