this.errorG.append("g")
    .attr("clip-path", "url(#clip)")
    .append("path")
    .datum(this.error_history)
    .attr("class", "error-history-line");