this.errorHolder = d3.select(this.error_chart_el) // select the 'body' element
    .append("svg")           // append an SVG element to the body
    .attr("width", this.miniGraphWidth)      // make the SVG element 449 pixels wide
    .attr("height", this.miniGraphHeight);    // make the SVG element 249 pixels high