this.handlers.right = this.handlers.left
          .select(function() {
            return this.parentNode.appendChild(this.cloneNode(true));
          })
          .attr('x', this.xscale(this._dateToDomain(this.currentDate[1])));