svg
        .append('g')
        .attr('class', 'y axis')
        .attr('transform', 'translate(-45,0)')
        .call(yAxis)