_setDomain: function() {
        this.x.domain(this.domain.x);
        this.x2.domain(this.domain.x2);
        this.y.domain(this.domain.y);
      },